Skip to content

Commit 8f0b884

Browse files
committed
Bazel/Go: be more specific in go/extractor/BUILD.bazel comments
1 parent 31c427e commit 8f0b884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/extractor/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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
7+
# the immediately following `extractor` target is kept up to date by `bazel run //go:gen`, do not edit directly
88
go_library(
99
name = "extractor",
1010
srcs = [
@@ -25,6 +25,7 @@ go_library(
2525
],
2626
)
2727

28+
# notice that these other targets are not generated
2829
java_library(
2930
name = "tokenizer-deps",
3031
srcs = [

0 commit comments

Comments
 (0)