aboutsummaryrefslogtreecommitdiff
path: root/examples/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add bazel support for examples.Feng Xiao2017-09-081-61/+0
| | | | | | | | The example utilizes native bazel rules (proto_library, cc_proto_library, java_proto_library, java_lite_proto_library) to show how easy it is to build protobuf with bazel's native support. It also makes use of well known types which was not possible until the latest bazel 0.5.4 release and https://github.com/google/protobuf/pull/3594 .
* Add classpath for java example Makefileking6cong2017-07-311-0/+7
|
* Remove redundant `the` in comments.Dongjoon Hyun2016-02-031-1/+1
|
* Add a Go language example.Tim Swast2015-11-251-0/+25
| | | | | | | | | | | | | | | | | | This follows the other examples so that it can be used as a tutorial, such as the ones at: https://developers.google.com/protocol-buffers/docs/tutorials Even though Go generally does not use Makefiles, I added targets for the Go examples to be consistent with the other languages. Edit: Fix Travis run. Change to use $HOME instead of ~. Add protoc to path. GOPATH entry cannot start with shell metacharacter '~': "~/gocode" Edit(2): Fix Go code style to address comments.
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* Make sure examples link properly.kenton@google.com2009-05-061-1/+5
|
* Initial checkin.temporal2008-07-101-0/+25