Categorygithub.com/engmem/gameng-api
module
0.2.2
Repository: https://github.com/engmem/gameng-api.git
Documentation: pkg.go.dev

# README

gameng-api

gameng proto api: gameng.proto

Go get

go get github.com/Engmem/wordbox-api@lates

How to generate code for golang

protoc -I api api/proto/wordbox.proto --go_out=./gen/go/ --go_opt=paths=source_relative --go-grpc_out=./gen/go/ --go-grpc_opt=paths=source_relative

How to install protoc for go

https://grpc.io/docs/languages/go/quickstart/

# Packages

No description provided by the author