module
0.0.0-20240907141515-7502aa4326f9
Repository: https://github.com/josetheodoro/grpc-go.git
Documentation: pkg.go.dev
# README
grpc-go
install protoc
https://grpc.io/docs/protoc-installation/
install proto-go-gen
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest \ && go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
update path environment
export PATH="$PATH:$HOME/.local/bin:$(go env GOPATH)/bin"
run command in your terminal
make install
make proto
make run
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author