blob: 9dc9fa2054a5b1a52f9d77c80758abdeca74956f [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
go_binary(
name = "gazelle",
srcs = ["main.go"],
deps = [
"@io_bazel_buildifier//core:go_default_library",
"//go/tools/gazelle/generator:go_default_library",
],
)