Categorygithub.com/yusank/protoc-gen-go-http
modulepackage
0.0.2
Repository: https://github.com/yusank/protoc-gen-go-http.git
Documentation: pkg.go.dev

# README

protoc-gen-go-http

generate go http server code via proto buffer

install

$ go get github.com/yusank/protoc-gen-go-http

how to use

$ make proto
# or
$ protoc -I/usr/local/include -I$(GOPATH)/src/github.com/googleapis/googleapis\
 	--proto_path=$(GOPATH)/src:. --go_out=. --go-http_out=. --go-grpc_out=.\
 	 path/to/file.proto

customize

click here to learn how to deveop a simple protoc plugin.

TODO

# Packages

No description provided by the author
No description provided by the author

# Constants

Version protoc-gen-go-http 工具版本.

# Structs

No description provided by the author