Minor BUILD file cleanup.

PiperOrigin-RevId: 252918338
This commit is contained in:
Adin Scannell
2019-06-12 15:59:46 -07:00
committed by Shentubot
parent 70578806e8
commit e352f46478
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
package(
licenses = ["notice"], # Apache 2.0
)
package(licenses = ["notice"])
go_library(
name = "muxed",
+1 -3
View File
@@ -1,6 +1,4 @@
package(
licenses = ["notice"], # Apache 2.0
)
package(licenses = ["notice"])
load("//tools/go_generics:defs.bzl", "go_template_instance")
load("//tools/go_stateify:defs.bzl", "go_library")