This website requires JavaScript.
Explore
Help
Sign In
mirror
/
protobuf-go
Watch
1
Star
0
Fork
0
You've already forked protobuf-go
mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced
2024-12-27 15:26:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
769b9e720b
protobuf-go
/
.gitignore
3 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test.bash: download dependencies Use module support in Go1.11 to download the exact version of dependencies as specified in the go.mod file, this is contrary to "go get -u", which grabs the latest version, making reproducible builds and tests difficult. In order for Go1.9 and Go1.10 to work, we also emit a vendor directory for pre-module support. Lastly, check whether the go.mod or go.sum files changed (by shelling to "git diff"). This provides protection in case a new dependency was added and the go.mod file was not updated. Change-Id: Iac4e9b224ca9188dc9e63be720f188bfb5ee56ef Reviewed-on: https://go-review.googlesource.com/127916 Reviewed-by: Bryan C. Mills <bcmills@google.com>
2018-08-04 07:17:53 +00:00
vendor
protogen, cmd/protoc-gen-go: initial commit Package protogen provides support for writing protoc plugins. A "plugin" in this case is a program run by protoc to generate output. The protoc-gen-go command is a protoc plugin to generate Go code. cmd/protoc-gen-go/golden_test.go is mostly a straight copy from the golden test in github.com/golang/protobuf. Change-Id: I332d0df1e4b60bb8cd926320b8721e16b99a4b71 Reviewed-on: https://go-review.googlesource.com/130175 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2018-08-15 18:24:18 +00:00
cmd/protoc-gen-go/protoc-gen-go
Reference in New Issue
Copy Permalink