https://pantsbuild.org/ logo
b

brainy-answer-80371

09/07/2018, 5:03 PM
The
GoTest
goal only creates a workspace with dependencies that are themselves `GoTarget`s so using an approach with files like so, also doesn’t work:
Copy code
files(name='foo', sources=...)
go_library(dependencies=[':foo'])
4 Views