DEBSOURCES
Skip Quicknav
sources / golang-github-google-flatbuffers / 24.12.23-1 / examples / go-echo / net.fbs
1234567891011
include "hero.fbs"; namespace net; table Request { player: hero.Warrior; } table Response { player: hero.Warrior; }