However, because the current protoc-gen-gopherjs is a fork of protoc-gen-go, there is some amount of work involved in maintaining it and merging fixes from protoc-gen-go. Migrating to https://github.com/lyft/protoc-gen-star might make this maintenance much easier as that work is left to the upstream repo.
https://github.com/lyft/protoc-gen-star is an attempt at making it easier to write
protoc
plugins, building onprotoc-gen-go
, much like this repo does.However, because the current
protoc-gen-gopherjs
is a fork ofprotoc-gen-go
, there is some amount of work involved in maintaining it and merging fixes fromprotoc-gen-go
. Migrating to https://github.com/lyft/protoc-gen-star might make this maintenance much easier as that work is left to the upstream repo.