blob: 388d8844d6a68cbdc3d580aeb7cda06d6a53696e [file] [log] [blame]
// Copyright The Monogon Project Authors.
// SPDX-License-Identifier: Apache-2.0
//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/sqlc-dev/sqlc/pkg/cli"
)
func main() {
}