github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/utils/BUILD (about) 1 go_library( 2 name = 'utils', 3 srcs = glob(['*.go'], exclude = [ 4 'wrapper_script.go', 5 'stub.go', 6 '*_test.go', 7 ]) + [':bindata'], 8 deps = [ 9 '//src/cli', 10 '//src/core', 11 '//src/fs', 12 '//third_party/go:levenshtein', 13 '//third_party/go:logging', 14 '//third_party/go:prompter', 15 ], 16 visibility = ['PUBLIC'], 17 ) 18 19 go_bindata( 20 name = 'bindata', 21 srcs = [ 22 '//tools/misc:completion_script', 23 '//tools/misc:wrapper_script', 24 ], 25 prefix = 'tools/misc', 26 )