The `GoTest` goal only creates a workspace with de...
# general
b
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'])