github.com/bazelbuild/bazel-gazelle@v0.36.1-0.20240520142334-61b277ba6fed/language/go/testdata/naming_convention/dot.go/BUILD.want (about)

     1  load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
     2  
     3  go_library(
     4      name = "dot_go",
     5      srcs = ["dot.go"],
     6      _gazelle_imports = [],
     7      importpath = "example.com/repo/naming_convention/dot.go",
     8      visibility = ["//visibility:public"],
     9  )
    10  
    11  go_test(
    12      name = "dot_go_test",
    13      srcs = ["dot_test.go"],
    14      _gazelle_imports = ["testing"],
    15  )