package
0.0.0-20210223023124-41585c673165
Repository: https://github.com/cnbailian/advanced-go-programming-examples.git
Documentation: pkg.go.dev

# README

当我在当前目录中使用 protoc --go-netrpc_out=plugins=netrpc:. hello.proto 命令时,会提示一条警告:

WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
	A future release of golang/protobuf will delete this package,
	which has long been excluded from the compatibility promise.

于是我找到了这个 issue:https://github.com/golang/protobuf/issues/1104

这是否意味着不应该依赖于内部包实现 protoc generator?

# Structs

No description provided by the author