From 2a82d5ad68ded1dde0adae2d2533f3c68f3e2492 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Wed, 16 Oct 2019 16:27:55 -0700 Subject: Reorder BUILD license and load functions in gvisor. PiperOrigin-RevId: 275139066 --- pkg/bits/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/bits/BUILD') diff --git a/pkg/bits/BUILD b/pkg/bits/BUILD index 1b5dac99a..93b88a29a 100644 --- a/pkg/bits/BUILD +++ b/pkg/bits/BUILD @@ -1,10 +1,9 @@ load("//tools/go_stateify:defs.bzl", "go_library") load("@io_bazel_rules_go//go:def.bzl", "go_test") +load("//tools/go_generics:defs.bzl", "go_template", "go_template_instance") package(licenses = ["notice"]) -load("//tools/go_generics:defs.bzl", "go_template", "go_template_instance") - go_library( name = "bits", srcs = [ -- cgit v1.2.3