Skip to content

GeraAnggaraPutra/go-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Unary gRPC

Install Proto! Documentation

Compile

protoc --proto_path=protos protos/*.proto --go_out=./ --go-grpc_out=./

run

cp .env.example .env
go mod tidy
go run cmd/main.go

Releases

No releases published

Packages

No packages published

Languages