github.com/afking/bazel-gazelle@v0.0.0-20180301150245-c02bc0f529e8/internal/rules/testdata/repo/lib/relativeimporter/BUILD.want (about) 1 load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3 go_library( 4 name = "go_default_library", 5 srcs = ["importer.go"], 6 _gazelle_imports = [ 7 "../internal/deep", 8 "log", 9 ], 10 importpath = "example.com/repo/lib/relativeimporter", 11 visibility = ["//visibility:public"], 12 )