Add self-contained gometalinter build tooling.
This commit is contained in:
7
tools/vendor/github.com/stripe/safesql/package15.go
generated
vendored
Normal file
7
tools/vendor/github.com/stripe/safesql/package15.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !go1.6
|
||||
|
||||
package main
|
||||
|
||||
import "os"
|
||||
|
||||
var useVendor = os.Getenv("GO15VENDOREXPERIMENT") == "1"
|
||||
Reference in New Issue
Block a user