summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2019-10-14 15:20:35 -0700
committergVisor bot <gvisor-bot@google.com>2019-10-14 15:21:59 -0700
commit2302afb53d5d0a6714438649f0ab0a2c020af288 (patch)
treedee3914c1523ebfcddc793a21ade7cca77229388 /pkg/tcpip/stack/BUILD
parenta2964259702cc4ed3f10d2b8e352a36ef26f0215 (diff)
Reorder BUILD license and load functions in netstack.
PiperOrigin-RevId: 274672346
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r--pkg/tcpip/stack/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD
index baf88bfab..6a78432c9 100644
--- a/pkg/tcpip/stack/BUILD
+++ b/pkg/tcpip/stack/BUILD
@@ -1,10 +1,9 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")
-
-package(licenses = ["notice"])
-
load("//tools/go_generics:defs.bzl", "go_template_instance")
load("//tools/go_stateify:defs.bzl", "go_library")
+package(licenses = ["notice"])
+
go_template_instance(
name = "linkaddrentry_list",
out = "linkaddrentry_list.go",