Hi, I'm trying to make my go project work with pan...
# general
f
Hi, I'm trying to make my go project work with pants but I struggle a bit with the way package of the standard library are pull... I get the following error
<http://golang.org/x/sys/unix|golang.org/x/sys/unix> (expected go_remote_library declaration at 3rdparty/go/golang.org/x/sys:unix)
however I have setup a BUILD file in
3rdparty/x/sys/unix
... I also tried
3rdparty/x/sys:unix
but same result Posted in #lang-go