-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Updated Proto files (and generated ones) #35
Conversation
Hi @Ich5003. It seems that Travis CI is mostly dead now. Will you be able to send a PR to migrate this repo to GitHub Actions? |
Github Actions should work, see .github/workflows/go.yml |
@AlekSi Has this PR any chances of getting merged? |
@Ich5003 I merged it into a temporary branch to trigger CI. Will do minor tweaks and create a new PR |
- **New Code**: | ||
|
||
```protobuf | ||
option go_package = "OSMPBF"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this to Makefile
to make .proto
files diff smaller:
protoc --go_out=. \
--go_opt=paths=source_relative \
--go_opt=Mfileformat.proto=github.com/qedus/osmpbf/OSMPBF \
--go_opt=Mosmformat.proto=github.com/qedus/osmpbf/OSMPBF \
*.proto
- **Added Code**: | ||
|
||
```protobuf | ||
option optimize_for = LITE_RUNTIME; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not affect Go code generator: golang/protobuf#788
Hi,
this pullrequest updates the following: