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
I'm trying to generate protobufs for openrtb, but some of the data structures i need in the files bid_request.go and bid_response.go aren't being generated, and without any warning or output explaining why.
I figured it might be a naming issue, so I renamed them to be one word with no underscore, both camel case and all lower case. Neither worked.
I'd really like to be able to use this project, it would make my life so much easier, but this is a real brick wall for me.
Any insight?
Running with this script proteus proto -p gopkg.in/mxmCherry/openrtb.v2 \ -f ./openrtb-protobuf --verbose
I run some extra sed/grep magic to do some extra stuff, but I've confirmed it's not what is interfering here.
Thanks for the help.
The text was updated successfully, but these errors were encountered:
I'm trying to generate protobufs for openrtb, but some of the data structures i need in the files
bid_request.go
andbid_response.go
aren't being generated, and without any warning or output explaining why.I figured it might be a naming issue, so I renamed them to be one word with no underscore, both camel case and all lower case. Neither worked.
I'd really like to be able to use this project, it would make my life so much easier, but this is a real brick wall for me.
Any insight?
Running with this script
proteus proto -p gopkg.in/mxmCherry/openrtb.v2 \ -f ./openrtb-protobuf --verbose
I run some extra sed/grep magic to do some extra stuff, but I've confirmed it's not what is interfering here.
Thanks for the help.
The text was updated successfully, but these errors were encountered: