module
Version:
v0.0.0-...-8dad308
Opens a new window with list of versions in this module.
Published: Apr 10, 2022
License: MPL-2.0
Opens a new window with license information.
README
¶
basic
Another basic grpc example
go mod init github.com/CodingForFunAndProfit/basic
go get google.golang.org/protobuf/cmd/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative proto/greeter.proto
Directories
¶
cmd
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.