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/seqnum | |
parent | a2964259702cc4ed3f10d2b8e352a36ef26f0215 (diff) |
Reorder BUILD license and load functions in netstack.
PiperOrigin-RevId: 274672346
Diffstat (limited to 'pkg/tcpip/seqnum')
-rw-r--r-- | pkg/tcpip/seqnum/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tcpip/seqnum/BUILD b/pkg/tcpip/seqnum/BUILD index 76b5f4ffa..29b7d761c 100644 --- a/pkg/tcpip/seqnum/BUILD +++ b/pkg/tcpip/seqnum/BUILD @@ -1,7 +1,7 @@ -package(licenses = ["notice"]) - load("//tools/go_stateify:defs.bzl", "go_library") +package(licenses = ["notice"]) + go_library( name = "seqnum", srcs = ["seqnum.go"], |