Project

General

Profile

Bug #3551

Updated by Tom Clegg over 9 years ago

Objectives 
 * Conform to Go conventions, see http://golang.org/doc/code.html 
 * Install keep programs and libraries using "go get {url}" and implicitly via "import" 
 * Avoid superfluous hierarchy in source tree 
 * Avoid proliferation of build directories inside the source tree that need .gitignore (i.e., do not expect people to use a GOPATH inside our source tree) 
 * Rename "keep" program to more specific "keepstore" 

Back