Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MIN_VERSION="3.0"
version_gte "$VERSION" "$MIN_VERSION" || { echo >&2 "error: protoc version must be >= $MIN_VERSION (your $PROTOC is $VERSION)"; exit 1; }


hash protoc-gen-go 2>/dev/null || go get -u github.com/golang/protobuf/protoc-gen-go
hash protoc-gen-go 2>/dev/null || go install github.com/golang/protobuf/protoc-gen-go@latest
hash protoc-gen-go 2>/dev/null || { echo >&2 'error: Make sure $GOPATH/bin is in your $PATH'; exit 1; }


Expand Down
11,776 changes: 7,622 additions & 4,154 deletions v2/cpp/claim.pb.cc

Large diffs are not rendered by default.

8,522 changes: 3,429 additions & 5,093 deletions v2/cpp/claim.pb.h

Large diffs are not rendered by default.

Loading