package
0.0.0-20220129112925-a968a3f5976c
Repository: https://github.com/thinkiumgroup/go-thinkium.git
Documentation: pkg.go.dev
# README
run cmd
protoc -I=. --go_out=. ./server.proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative server.proto
in current directory after you change the server.proto file