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

     1  go_library(
     2      name = 'export',
     3      srcs = ['export.go'],
     4      deps = [
     5          '//src/core',
     6          '//src/fs',
     7          '//src/gc',
     8          '//third_party/go:logging',
     9      ],
    10      visibility = ['PUBLIC'],
    11  )