blob: 22fbb6a9a575b5ed33dc7d68a9f1e21234e9fd40 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
# keep
go_binary(
name = "sqlc",
embed = ["@com_github_sqlc_dev_sqlc//cmd/sqlc:sqlc_lib"],
gotags = [
"osusergo",
"netgo",
"nowasm",
],
)