github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/fs/BUILD (about)

     1  go_library(
     2      name = 'fs',
     3      srcs = [
     4          'fs.go',
     5          'glob.go',
     6      ],
     7      deps = ['//third_party/go:godirwalk'],
     8      visibility = ['PUBLIC'],
     9  )
    10  
    11  go_test(
    12      name = 'fs_test',
    13      srcs = ['fs_test.go'],
    14      data = ['test_data'],
    15      deps = [
    16          ':fs',
    17          '//third_party/go:testify',
    18      ],
    19  )