mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 20:12:02 +00:00
[Go] Working on a go example plus fixing go grpc code (#6448)
Implemented server.go and half implemented client.go Finishes implementation for greeter go example Update grpc code for monster.fbs Adds a couple of cpp methods Adhere to gofmt standards Adds a readme for issues with grpc
This commit is contained in:
8
grpc/examples/go/greeter/models/go.mod
Normal file
8
grpc/examples/go/greeter/models/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/google/flatbuffers/grpc/examples/go/greeter/models
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/google/flatbuffers v1.12.0
|
||||
google.golang.org/grpc v1.35.0
|
||||
)
|
||||
Reference in New Issue
Block a user