dont import metalinter

This commit is contained in:
Ethan Buchman 2018-03-03 21:26:13 -05:00 committed by rigelrozanski
parent f25c9fc06a
commit b5471212cf
1 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
package main
import (
// Include dependencies here so dep picks them up
// and installs sub-dependencies.
// Include dependencies here so dep picks them up
// and installs sub-dependencies.
// TODO: Ideally this gets auto-imported on dep update.
// Any way to make that happen?
_ "github.com/alecthomas/gometalinter"
)
// 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() {}