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

     1  go_library(
     2      name = 'watch',
     3      srcs = ['watch.go'],
     4      deps = [
     5          '//src/core',
     6          '//src/fs',
     7          '//third_party/go:concurrent-map',
     8          '//third_party/go:fsnotify',
     9          '//third_party/go:logging',
    10      ],
    11      visibility = ['PUBLIC'],
    12  )
    13  
    14  go_test(
    15      name = 'watch_test',
    16      srcs = ['watch_test.go'],
    17      deps = [
    18          ':watch',
    19          '//src/core',
    20          '//third_party/go:testify',
    21      ],
    22  )