1. 23 Oct, 2018 2 commits
  2. 15 Oct, 2018 1 commit
  3. 14 Sep, 2017 1 commit
    • Feng Xiao's avatar
      Fix go example test. · 8136ccb2
      Feng Xiao authored
      It needs "-I" flag to find imported file google/protobuf/timestamp.proto
      8136ccb2
  4. 08 Sep, 2017 1 commit
    • Feng Xiao's avatar
      Add bazel support for examples. · 74bf45f3
      Feng Xiao authored
      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 .
      74bf45f3
  5. 31 Jul, 2017 1 commit
  6. 25 Nov, 2015 1 commit
    • Tim Swast's avatar
      Add a Go language example. · 7e31c4d9
      Tim Swast authored
      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.
      7e31c4d9
  7. 07 Aug, 2014 1 commit
  8. 18 Jul, 2014 1 commit
  9. 03 Aug, 2009 1 commit
  10. 06 May, 2009 1 commit
  11. 22 Oct, 2008 1 commit
  12. 14 Aug, 2008 1 commit
  13. 10 Jul, 2008 1 commit