Go: make generated code more compliant to "go fmt" (#7907)
authorJeroen Demeyer <jeroen.demeyer@be-mobile.com>
Wed, 26 Apr 2023 05:19:07 +0000 (07:19 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 05:19:07 +0000 (05:19 +0000)
commit6c8a8d054d27b5149d2daf90609a47214e55d633
tree02c1ba821a1c1eb2ff96372ec5f1e06a14bb15db
parent63495b935a06cba8f3b09e21fb79f08d50f06648
Go: make generated code more compliant to "go fmt" (#7907)

Co-authored-by: Derek Bailey <derekbailey@google.com>
19 files changed:
examples/go-echo/hero/Warrior.go
examples/go-echo/net/Request.go
examples/go-echo/net/Response.go
src/idl_gen_go.cpp
tests/MyGame/Example/Ability.go
tests/MyGame/Example/Any.go
tests/MyGame/Example/AnyAmbiguousAliases.go
tests/MyGame/Example/AnyUniqueAliases.go
tests/MyGame/Example/Monster.go
tests/MyGame/Example/Referrable.go
tests/MyGame/Example/Stat.go
tests/MyGame/Example/StructOfStructs.go
tests/MyGame/Example/StructOfStructsOfStructs.go
tests/MyGame/Example/Test.go
tests/MyGame/Example/TestSimpleTableWithEnum.go
tests/MyGame/Example/TypeAliases.go
tests/MyGame/Example/Vec3.go
tests/MyGame/Example2/Monster.go
tests/MyGame/InParentNamespace.go