module
0.0.0-20240301104902-ec4467cb1b47
Repository: https://github.com/cristuker/go-grpc.git
Documentation: pkg.go.dev
# README
go-grpc
Projeto usado para aprender sobre gRPC
➜ protoc --go_out=. --go_grpc_out=. proto/course_category.proto
OU
➜ protoc --go_out=. --go-grpc_out=. proto/course_category.proto
# Packages
No description provided by the author