blob: 924235cf1165837a79fe9d6d27747a7286095b01 [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/kyleconroy/sqlc/pkg/cli"
)
func main() {
}