blob: 1f6e0f92b9d6307c5cb4f56020fb2798b5b2b2f9 [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 (
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01009 _ "github.com/sqlc-dev/sqlc/pkg/cli"
Serge Bazanski46e72ab2022-09-05 15:13:22 +020010)
11
12func main() {
13}