aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/docs/third_party.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.2.0/docs/third_party.md')
-rw-r--r--third_party/protobuf/3.2.0/docs/third_party.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/protobuf/3.2.0/docs/third_party.md b/third_party/protobuf/3.2.0/docs/third_party.md
index a1f918a749..3def00359f 100644
--- a/third_party/protobuf/3.2.0/docs/third_party.md
+++ b/third_party/protobuf/3.2.0/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)
@@ -154,3 +154,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
* [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)
* [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)] (https://github.com/os72/protobuf-dynamic)
+* [Make protoc plugins in NodeJS](https://github.com/konsumer/node-protoc-plugin)