gobazel icon indicating copy to clipboard operation
gobazel copied to clipboard

gobazel is a tool to help golang bazel developers to map bazel's folder structure to golang's standard folder structure, through FUSE (thus only works for Linux and MacOS users).

Results 2 gobazel issues
Sort by recently updated
recently updated
newest added

When you use `go_repository` rules in your WORKSPACE file to declare dependencies. How do we get the dependencies pulled to go into the GOPATH created by `gobazel`?

It would be great to have `go-pkg-prefix = github.com/companyname/reponame` instead of just `go-pkg-prefix = companyname`. I will try to make patch for this