blob: 924235cf1165837a79fe9d6d27747a7286095b01 [file] [log] [blame]
Serge Bazanski46e72ab2022-09-05 15:13:22 +02001//go:build tools
2// +build tools
3
4// This is a synthetic file which depends on the sqlc binary. That in turn
5// makes `go mod tidy` pick it up, which in turns makes it available to Bazel.
6package main
7
8import (
9 _ "github.com/kyleconroy/sqlc/pkg/cli"
10)
11
12func main() {
13}