brew install protobuf
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
protoc --go_out=. --go-grpc_out=. *.proto
package main
package main
go run main.go
go run cmd/client/client.go
go run cmd/client/client.go zhangsan
go mod init server