Skip to content

Commit

Permalink
Add dependency management with go dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nkprince007 committed May 23, 2018
1 parent ba09a6e commit eb4abf2
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
listen

# ignore vendored dependencies from go dep tool
vendor
179 changes: 179 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[prune]
go-tests = true
unused-packages = true

0 comments on commit eb4abf2

Please sign in to comment.