go-protoparser
go-protoparser copied to clipboard
Use Bazel for builds?
Hello!
I use Bazel to build a bunch of my personal projects, and at work as well. I like it a lot: https://bazel.build
In particular, Bazel support for golang is pretty good. There's a neat tool called gazelle that auto-manages things for you: https://github.com/bazelbuild/bazel-gazelle
I'd like to use your parser in projects that use Bazel for builds, and will probably end up bazel-ifying it in a fork. Mostly this involves adding BUILD.bazel files, and a WORKSPACE file. Would you be open to accepting this upstream? I'm happy to do the work of converting your builds, so that your CI builds get the benefits of Bazel caching.
@shaldengeki Hello! I'm interested in using Bazel. It would be really helpful if you could do that work 👍