diff options
author | Kevin Krakauer <krakauer@google.com> | 2019-10-14 15:20:35 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-14 15:21:59 -0700 |
commit | 2302afb53d5d0a6714438649f0ab0a2c020af288 (patch) | |
tree | dee3914c1523ebfcddc793a21ade7cca77229388 /pkg/tcpip/iptables | |
parent | a2964259702cc4ed3f10d2b8e352a36ef26f0215 (diff) |
Reorder BUILD license and load functions in netstack.
PiperOrigin-RevId: 274672346
Diffstat (limited to 'pkg/tcpip/iptables')
-rw-r--r-- | pkg/tcpip/iptables/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tcpip/iptables/BUILD b/pkg/tcpip/iptables/BUILD index 3fc14bacd..cc5f531e2 100644 --- a/pkg/tcpip/iptables/BUILD +++ b/pkg/tcpip/iptables/BUILD @@ -1,7 +1,7 @@ -package(licenses = ["notice"]) - load("//tools/go_stateify:defs.bzl", "go_library") +package(licenses = ["notice"]) + go_library( name = "iptables", srcs = [ |