github.com/sercand/please@v13.4.0+incompatible/test/go_rules/importpath/BUILD (about)

     1  package(go_import_path = "github.com/thought-machine/please")
     2  
     3  go_library(
     4      name = "importpath",
     5      srcs = ["importpath.go"],
     6  )
     7  
     8  go_test(
     9      name = "importpath_test",
    10      srcs = ["importpath_test.go"],
    11      external = True,
    12      deps = [
    13          ":importpath",
    14          "//third_party/go:testify",
    15      ],
    16  )