google / shipshape

Program analysis platform
Apache License 2.0
271 stars 35 forks source link

Make shipshape/api and shipshape/proto usable through go get #99

Closed ciera closed 9 years ago

ciera commented 9 years ago

This will involve: 1) restructuring our imports to be fully qualified for all dependencies of those packages. 2) checking in the generated protos 3) ensuring that there is only one package per directory. All binaries need to be in their own directory, probably a "tools"directory"

ciera commented 9 years ago

This is going to require all shipshape developers to make a directory that matches what go get expects. mkdir github.com/google cd github.com/google git clone .....

ciera commented 9 years ago

Completed for the api directory.

ciera commented 9 years ago

and proto as well