blob: 5f3b39c6cf903b4c9062133dbef02a0531848679 [file] [log] [blame]
//go:build tools
// +build tools
// This is a synthetic file which depends on the sqlc binary. That in turn
// makes `go mod tidy` pick it up, which in turns makes it available to Bazel.
package main
import (
_ "github.com/kevinburke/go-bindata"
_ "github.com/sqlc-dev/sqlc/pkg/cli"
)
func main() {
}