yoheimuta / go-protoparser

Yet another Go package which parses a Protocol Buffer file (proto2+proto3)
MIT License
166 stars 20 forks source link

Use Bazel for builds? #80

Open shaldengeki opened 5 months ago

shaldengeki commented 5 months ago

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.

yoheimuta commented 5 months ago

@shaldengeki Hello! I'm interested in using Bazel. It would be really helpful if you could do that work 👍