Walter
Results
1
issues of
Walter
I'm trying to configure please in a project that depends on `"solace.dev/go/messaging"` package. My configuration in the third_party/go/BUILD file is as following: ``` go_module( name="solace_messaging", module="solace.dev/go/messaging", version="v1.3.0", install= ["..."], )...
wontfix