Remove all string allocations during parsing.
authorrw <me@rwinslow.com>
Thu, 2 Apr 2015 18:56:55 +0000 (11:56 -0700)
committerrw <me@rwinslow.com>
Thu, 2 Apr 2015 18:56:55 +0000 (11:56 -0700)
commitf02646e35757d80ee23d8fe6dde26756d1d86c8c
treeeb656bd418fab77d05d252572d8232bf25b5d254
parent0a3a09aaf305d783041b0085497e066d302b9537
Remove all string allocations during parsing.

Change the signature for 'string' getters and settings to use byte
slices instead of strings.
src/idl_gen_go.cpp
tests/GoTest.sh
tests/MyGame/Example/Monster.go
tests/MyGame/Example/Stat.go
tests/go_test.go