aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-04-20 11:12:02 -0700
committerGitHub <noreply@github.com>2017-04-20 11:12:02 -0700
commit14afc3fd416e82b5168cd294aff58d430229c8b8 (patch)
tree4c3fd279b9fcaf1058e2d228649fb3130925687d
parent357afc39de0b9a7760888b5945ae5f9f15cec337 (diff)
parentf85eecb5853f29470832a0019189df82449b9d3f (diff)
downloadprotobuf-14afc3fd416e82b5168cd294aff58d430229c8b8.tar.gz
protobuf-14afc3fd416e82b5168cd294aff58d430229c8b8.tar.bz2
protobuf-14afc3fd416e82b5168cd294aff58d430229c8b8.zip
Merge pull request #2992 from xiaogaozi/patch-1
Add gogoprotobuf to third-party add-ons list
-rw-r--r--docs/third_party.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index e4128fca..3def0035 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -39,8 +39,8 @@ These are projects we know about implementing Protocol Buffers for other program
* Erlang: https://github.com/basho/erlang_protobuffs
* Erlang: https://github.com/tomas-abrahamsson/gpb
* Go: https://github.com/golang/protobuf (Google-official implementation)
-* Go: http://code.google.com/p/goprotobuf/
* Go: https://github.com/akunspy/gopbuf
+* Go: https://github.com/gogo/protobuf
* Haskell: http://hackage.haskell.org/package/hprotoc
* Haxe: https://github.com/Atry/protoc-gen-haxe
* Java: https://github.com/google/protobuf (Google-official implementation)