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/header/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/tcpip/header/BUILD') diff --git a/pkg/tcpip/header/BUILD b/pkg/tcpip/header/BUILD index b558350c3..a255231a3 100644 --- a/pkg/tcpip/header/BUILD +++ b/pkg/tcpip/header/BUILD @@ -1,9 +1,8 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test") +load("//tools/go_stateify:defs.bzl", "go_library") package(licenses = ["notice"]) -load("//tools/go_stateify:defs.bzl", "go_library") - go_library( name = "header", srcs = [ -- cgit v1.2.3