cosmos-sdk/tools/main.go

12 lines
309 B
Go
Raw Normal View History

package main
2018-03-03 18:26:13 -08:00
// Include dependencies here so dep picks them up
// and installs sub-dependencies.
2018-03-03 18:26:13 -08:00
// TODO: Ideally this gets auto-imported on dep update.
// Any way to make that happen?
// NOTE: problems with this import because its a main not a lib
// _ "github.com/alecthomas/gometalinter"
func main() {}