github.com/tcncloud/wollemi@v0.8.1/testdata/expect/BUILD.plz (about)

     1  go_library(
     2      name = "expect",
     3      srcs = ["equal.go"],
     4      test_only = True,
     5      visibility = ["//..."],
     6      deps = [
     7          "//domain/stringify",
     8          "//third_party/go/github.com/pmezard/go-difflib:difflib",
     9          "//third_party/go/github.com/stretchr/testify",
    10      ],
    11  )