Richard Godden
Richard Godden
Previously we were calling os.Open which could fail if the build file doesn't exist. Instead use the remote fs by calling parser.open instead. this was causing ``` panic: runtime error:...
I noticed the tool has been released as v5.1.0 https://github.com/bazelbuild/buildtools/releases/tag/5.1.0 but v0.0.0-xxx is the latest release on https://pkg.go.dev/github.com/bazelbuild/[email protected]. Are you planning to release the versioned releases here and so they...
we would like to use a tool such as importas but would like to enforce that we strip underscores from the alias name. an example would be for: ``` import...