Skip to content

Commit 4ae82ac

Browse files
committed
Go: add explanatory comment to extractor BUILD file
1 parent 318d954 commit 4ae82ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/extractor/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("@rules_pkg//pkg:mappings.bzl", "pkg_files")
44
# gazelle:prefix github.com/github/codeql-go/extractor
55
# gazelle:map_kind go_binary codeql_go_binary //go:rules.bzl
66

7+
# following target is kept up to date by `bazel run //go:gen`, do not edit directly
78
go_library(
89
name = "extractor",
910
srcs = [

0 commit comments

Comments
 (0)