Serge Bazanski | 46e72ab | 2022-09-05 15:13:22 +0200 | [diff] [blame] | 1 | //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. | ||||
6 | package main | ||||
7 | |||||
8 | import ( | ||||
Serge Bazanski | 1b28e1b | 2022-09-05 18:41:18 +0200 | [diff] [blame^] | 9 | _ "github.com/kevinburke/go-bindata" |
Serge Bazanski | 46e72ab | 2022-09-05 15:13:22 +0200 | [diff] [blame] | 10 | _ "github.com/kyleconroy/sqlc/pkg/cli" |
11 | ) | ||||
12 | |||||
13 | func main() { | ||||
14 | } |