bazel: use autogenerated all-srcs rules instead of manually-curated sources rules

This commit is contained in:
Jeff Grafton
2017-09-21 15:22:34 -07:00
parent c4455eeac8
commit f1953c4f53
5 changed files with 4 additions and 32 deletions

View File

@@ -17,13 +17,6 @@ filegroup(
],
)
filegroup(
name = "sources",
srcs = glob([
"**/*",
]),
)
go_library(
name = "go_default_library",
srcs = ["doc.go"],