airbnb / gosal

A Sal client written in Go
Apache License 2.0
35 stars 21 forks source link

add dep for managing dependencies #7

Closed groob closed 7 years ago

groob commented 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
bdemetris commented 7 years ago

oh nice, TIL that you can version control your dependencies :)