dont import metalinter
This commit is contained in:
parent
f25c9fc06a
commit
b5471212cf
|
@ -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() {}
|
||||
|
|
Loading…
Reference in New Issue