8000 GitHub - sonh/hexagen-example
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sonh/hexagen-example

Repository files navigation

Setup

Add GOPATH to bash profile

export GOPATH=$(go env GOPATH)

Generate go code from grpc

./protoc -I=. --go-grpc_out=./pkg/manabuf/usermgmt --go_out=./pkg/manabuf/usermgmt ./proto/usermgmt/user.proto

Build hexagon binary

go build -o $GOPATH/bin ./hexagen/hexagen.go

Generate code

go generate ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0