Bug Report Checklist
Description
The generated code does not follow the go coding standards (go fmt)
openapi-generator version
commit c136b83 (latest commit on master on 2019-10-02T15:27:00)
Steps to reproduce
cd ./samples/client/petstore/go
cd ./go-petstore
go fmt ./*
cd ../go-petstore-withXml
go fmt ./*
cd ../../../../server/petstore/go-gin-api-server
go fmt ./*
Suggest a fix
Correct all mustache templates and add a test for the build servers which runs "go fmt" and checks if there are any changed files. If yes, the test should fail.
Bug Report Checklist
./samples/client/petstore/go/Description
The generated code does not follow the go coding standards (go fmt)
openapi-generator version
commit c136b83 (latest commit on master on 2019-10-02T15:27:00)
Steps to reproduce
Suggest a fix
Correct all mustache templates and add a test for the build servers which runs "go fmt" and checks if there are any changed files. If yes, the test should fail.