You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I need to modify my Makefile to install broccoli in $PATH to be able to use it from go generate. It would be simpler if I could instead invoke my own gen.go which just calls the broccoli API, like vfsgen allows. From what I can see, main.go is already a very thin wrapper, all that's needed is to export Generator options and parsePackage() / generate() functions. Is that something you'd be open to? If yes, I could send in a PR.
The text was updated successfully, but these errors were encountered:
Right now I need to modify my Makefile to install broccoli in $PATH to be able to use it from go generate. It would be simpler if I could instead invoke my own gen.go which just calls the broccoli API, like vfsgen allows. From what I can see, main.go is already a very thin wrapper, all that's needed is to export Generator options and parsePackage() / generate() functions. Is that something you'd be open to? If yes, I could send in a PR.
The text was updated successfully, but these errors were encountered: