github.com/simpleiot/simpleiot@v0.18.3/tools/tools.go (about) 1 //go:build tools 2 // +build tools 3 4 package tools 5 6 import ( 7 // The follow is used to prevent go mod tidy from removing 8 // the entries from go.mod 9 // genesis is used to generate static assets 10 // to embed in binary 11 _ "github.com/cosmtrek/air" 12 _ "golang.org/x/lint/golint" 13 )