Skip to content

Release v1.11-beta

Compare
Choose a tag to compare
@jekiapp jekiapp released this 15 Feb 09:54
559ec91

Motivation

This version is able to run gripmock without declaration of go_package in the .proto files

The changes will generate the declaration of it based on the .proto files provided. Since it only uses a simple bash script to do that, I will release this version as a beta release before making a stable release.

Changelist

fix_gopackage.sh is the core change here, it will insert the go_package declaration if none of the provided .protos has it. If one of them has it, it will return, if all of the files have it then will be skipped.
example/no-gopackage will provided an example also a test for this new feature.