module
0.0.0-20220614091804-4d721f60c8e1
Repository: https://github.com/adan1996/go_usermgmt_grpc.git
Documentation: pkg.go.dev
# README
BELAJAR GRPC MENGGUNAKAN GOLANG
Membuat user management dengan GRPC
- Inisialisasikan go module dengan perintah
go mod init github.con/Adan1996/go_usermgmt_grpc
go get google.golang.org/grpc
- compile grpc dengan perintah
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. usermgmt/usermgmt.proto
# Packages
No description provided by the author
No description provided by the author
No description provided by the author