Closed groob closed 7 years ago
Added https://github.com/golang/dep to manage dependencies, which will help ensure reproducible builds. Added a Makefile with steps to build the project:
make deps make build
oh nice, TIL that you can version control your dependencies :)
Added https://github.com/golang/dep to manage dependencies, which will help ensure reproducible builds. Added a Makefile with steps to build the project: