Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Joe Tsai 5b218a2ddf all: increase minimum supported version to go1.9 (#742)
Change-Id: I2a4b279bd969483f4136d02b1e224ee342726b35
Cherry-Pick: github.com/golang/protobuf@75dceb112b174be156fa9952e66d3e99945572b4
Original-Author: Joe Tsai <joetsai@digital-static.net>
Reviewed-on: https://go-review.googlesource.com/c/151434
Reviewed-by: Damien Neil <dneil@google.com>
2018-11-27 18:06:53 +00:00
Thomas Crain 89a0c16f4d README.md: remove usage of group in example (#673)
Removed reference to groups entirely.

Fixes #564
2018-08-04 15:03:15 -07:00
Aaron Ong 0cb4f73256 README: fix markdown formatting issue
Fixes #635
2018-07-10 12:34:13 -07:00
Rob Pike 668a607657 LICENSE: Move title to README.md
The first line of the LICENSE was a package title, which confuses
license checkers such as that run by GitHub. Move the title to
README.md, where it belongs. Also delete the URL, which is
also misplaced.
2018-05-17 22:49:05 -04:00
dfawley bf2da8229d Revert "protoc-gen-go: use standard library context (requires Go1.9) (#548)" (#580)
This reverts commit 3dc8a89f96.
2018-04-13 10:55:16 -07:00
Joe Tsai 3dc8a89f96
protoc-gen-go: use standard library context (requires Go1.9) (#548)
This change effectively makes Go1.9 the minimum required version of Go
when using gRPC since type aliases are needed to truly unify context.
Even though this only affects those who use gRPC, there are other reasons we
need Go1.9 (such as type aliases for import public).

Fixes #537
2018-03-08 13:32:27 -08:00
Damien Neil 6fb8a6f1c1
protoc-gen-go: add paths=source_relative option (#544)
When --go_out=paths=source_relative:., output filenames are always
derived from the input filenames. For example, the output file
for a/b/c.proto will always be a/b/c.pb.go, regardless of the
presence or absence of a go_package option in the input file.

Fixes #515.
2018-03-06 14:57:57 -08:00
Damien Neil 1c9f6753fe
README: change minimum required Go version Go 1.6 (#541)
We're only testing with 1.6+, so claiming support for earlier versions is dubious.
2018-03-01 12:05:48 -08:00
Tamir Duberstein bfa84003d4 travis: enforce generated code, add 1.x (#521)
Update protoc to v3.5.1 while I'm here.
2018-02-21 14:28:13 -08:00
Francis Chuang 1643683e1b Add godoc badge (#444) 2017-10-20 21:39:52 -07:00
Hüseyin Mert 17ce142542 README: specify syntax in proto example. (#417) 2017-09-01 17:04:52 -07:00
Herbie Ong 6a1fa9404c Fix Travis config and add status (#381)
* Previous config lacks the other dependencies.

* Add Travis status image.
2017-06-22 13:25:51 -07:00
Herbie Ong 7b8002443f Fix doc re. getters for proto3, i.e. getters are now generated on all fields (#354) 2017-05-25 17:56:53 -07:00
Jaana B. Dogan b50ceb1fa9 Simplify the installation step (#345)
The curlies in the go get argument is very unknown, I have
witnessed a few users parsing the argument to run the following
commands indiviually rather than copy/pasting the instruction:

$ go get -u github.com/golang/protobuf/protoc-gen-go
$ go get -u github.com/golang/protobuf/proto

go get the protoc-gen-go to simplify this step.
2017-05-09 09:59:01 -07:00
Ross Light c3cefd4376 README: add compatibility section 2016-07-27 10:26:17 -07:00
David Symonds 2fea9e168b Expose the gRPC code generation plugin.
Clarify the unsupported nature of this interface in the README.

Fixes #147.
2016-03-21 09:39:39 +11:00
Zac Mullett 6aaa8d4770 Adding repeated field data population example
Signed-off-by: David Symonds <dsymonds@golang.org>
2016-01-25 08:44:18 +11:00
David Symonds 04eac41517 Update docs to mention the proto3 API differences.
Fixes #15.
2016-01-05 11:23:18 +11:00
David Symonds 68415e7123 Add some more Markdown annotations. 2015-12-07 15:07:14 +11:00
David Symonds 44fa767d23 By popular demand, rename README to README.md and make Markdown consistent.
It seems no-one is content with plain text any more.
2015-12-07 15:02:57 +11:00