/hello-flat

A sample of flat buffers using Go

Primary LanguageGo

hello-flat

A sample of flat buffers using Go.

Prepare

Install flatc.

Generate

flatc --go --gen-object-api schema/fbs/user.fbs

Run

go run main.go

Bench

go test -bench . -benchmem