[Go] Change two more sites to use enum types (#5359)
authorDavid Reiss <davidn@gmail.com>
Mon, 20 May 2019 21:46:36 +0000 (14:46 -0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 20 May 2019 21:46:36 +0000 (14:46 -0700)
commitc5e2d37337c8d84177111629083ec31e974816bd
tree7d0f735908ac9ede528e092e3ef99b143b2bf682
parentfe83b68ac68f221a8a7cf105e541b6d6d682ad80
[Go] Change two more sites to use enum types (#5359)

Fixes #5357 (regression introduced by #5235)
src/idl_gen_go.cpp
tests/MyGame/Example/Monster.go
tests/MyGame/Example/TestSimpleTableWithEnum.go
tests/MyGame/Example/Vec3.go
tests/go_test.go
tests/namespace_test/NamespaceA/TableInFirstNS.go