2018-01-16 11:23:32 -08:00
|
|
|
package main
|
|
|
|
|
2018-03-03 18:26:13 -08:00
|
|
|
// Include dependencies here so dep picks them up
|
|
|
|
// and installs sub-dependencies.
|
2018-01-16 11:23:32 -08:00
|
|
|
|
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"
|
2018-01-16 11:23:32 -08:00
|
|
|
|
|
|
|
func main() {}
|