summaryrefslogtreecommitdiffhomepage
path: root/third_party/gvsync/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gvsync/BUILD')
-rw-r--r--third_party/gvsync/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/gvsync/BUILD b/third_party/gvsync/BUILD
index 8dab51daa..7d6d59c48 100644
--- a/third_party/gvsync/BUILD
+++ b/third_party/gvsync/BUILD
@@ -1,4 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
+load("//tools/go_generics:defs.bzl", "go_template")
package(
default_visibility = ["//:sandbox"],
@@ -7,8 +8,6 @@ package(
exports_files(["LICENSE"])
-load("//tools/go_generics:defs.bzl", "go_template")
-
go_template(
name = "generic_atomicptr",
srcs = ["atomicptr_unsafe.go"],