mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 20:41:54 +00:00
27325e002a
* docs: remove trailing whitespace * docs: fix typo in tutorial.md
418 B
418 B
Go Greeter example
Project Structure
.
├── server # Server module
├── client # Client module
├── models # Flatbuffers models & main grpc code.
└── README.md
How to run Server:
-
cd server -
go clean -
go run main.go
How to run Client:
-
cd client -
go clean -
go run main.go --name NAME