[PR #1] [MERGED] use dep to manage dependencies, add Makefile and readme #124

Closed
opened 2026-03-03 11:56:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/1
Author: @metrue
Created: 2/18/2019
Status: Merged
Merged: 2/19/2019
Merged by: @Finb

Base: masterHead: minghe/use-dep


📝 Commits (1)

  • 3ad7e9e use dep to manage dependencies, add Makefile and readme

📊 Changes

7 files changed (+281 additions, -51 deletions)

View changed files

📝 .gitignore (+1 -0)
Gopkg.lock (+159 -0)
Gopkg.toml (+62 -0)
Makefile (+4 -0)
README.md (+10 -0)
📝 bark/bark.go (+33 -38)
📝 monitor/DomainMonitor.go (+12 -13)

📄 Description

This PR contains:

  1. use dep to manage dependencies
  2. use make to do the build and start
  3. add a simple README.md

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/1 **Author:** [@metrue](https://github.com/metrue) **Created:** 2/18/2019 **Status:** ✅ Merged **Merged:** 2/19/2019 **Merged by:** [@Finb](https://github.com/Finb) **Base:** `master` ← **Head:** `minghe/use-dep` --- ### 📝 Commits (1) - [`3ad7e9e`](https://github.com/Finb/bark-server/commit/3ad7e9e78740e4d263416e9ca3931f3724d95d1d) use dep to manage dependencies, add Makefile and readme ### 📊 Changes **7 files changed** (+281 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `Gopkg.lock` (+159 -0) ➕ `Gopkg.toml` (+62 -0) ➕ `Makefile` (+4 -0) ➕ `README.md` (+10 -0) 📝 `bark/bark.go` (+33 -38) 📝 `monitor/DomainMonitor.go` (+12 -13) </details> ### 📄 Description This PR contains: 1. use dep to manage dependencies 2. use `make` to do the build and start 3. add a simple README.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#124
No description provided.