We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the source code for the plugin?
https://github.com/googleapis/gapic-generator-go/tree/main/cmd
Does the plugin have a valid semver version?
Yes.
https://github.com/googleapis/gapic-generator-go/releases
Latest as of this writing is v0.43.1.
v0.43.1
Does the plugin have a dependency on another plugin?
Not sure.
Does the output of this plugin depend on any other external libraries?
The text was updated successfully, but these errors were encountered:
Doesn't this plugin function by reading local disk if I remember? If so, we can't add it as of now, can you confirm @mfridman ?
Sorry, something went wrong.
They made some significant changes in that project, I took a quick peek and most of the os calls are gated by an option. For example,
os
https://github.com/googleapis/gapic-generator-go/blob/134f862b5a05028c5e1af4b55ad213bf6ce9757d/internal/gengapic/generator.go#L137-L141
I'll timebox this and see if I can get a simple project to work without local disk.
TL; DR - Both plugins might work.
No branches or pull requests
Mandatory
Where is the source code for the plugin?
https://github.com/googleapis/gapic-generator-go/tree/main/cmd
Optional
Does the plugin have a valid semver version?
Yes.
https://github.com/googleapis/gapic-generator-go/releases
Latest as of this writing is
v0.43.1
.Does the plugin have a dependency on another plugin?
Not sure.
Does the output of this plugin depend on any other external libraries?
Not sure.
The text was updated successfully, but these errors were encountered: