Skip to content

vnscriptkid/simple-bank-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module

  • go mod init github.com/vnscriptkid/simple-bank-golang
  • go mod tidy

cli

libs

proto

  • brew install protobuf
  • protoc --version
  • https://grpc.io/docs/languages/go/quickstart/
    • go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
    • go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
    • export PATH="$PATH:$(go env GOPATH)/bin"

grpc client

  • evans --host localhost --port 8002 -r repl
  • show service
  • call CreateUser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages