The Drycc Pkg project contains shared Go libraries that are used by several Drycc projects.
Add this project to your vendor/
directory using
dep:
$ dep ensure -add github.com/drycc/pkg add a dependency to the project
(The -add
flag will add a dependency to the project.)