From 2302afb53d5d0a6714438649f0ab0a2c020af288 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Mon, 14 Oct 2019 15:20:35 -0700 Subject: Reorder BUILD license and load functions in netstack. PiperOrigin-RevId: 274672346 --- pkg/tcpip/network/fragmentation/BUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkg/tcpip/network') diff --git a/pkg/tcpip/network/fragmentation/BUILD b/pkg/tcpip/network/fragmentation/BUILD index c5c7aad86..825ff3392 100644 --- a/pkg/tcpip/network/fragmentation/BUILD +++ b/pkg/tcpip/network/fragmentation/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 = "reassembler_list", out = "reassembler_list.go", -- cgit v1.2.3