[Go-server] Fix formatting of go-server generated code (#7162)

* Add missing go-server petstore batch script

* Make go-server confirm to gofmt
This commit is contained in:
Ben Wells
2017-12-14 16:04:48 +00:00
committed by William Cheng
parent e70bdf17f2
commit 2e348b27f7
14 changed files with 66 additions and 74 deletions

View File

@@ -20,4 +20,4 @@ func Logger(inner http.Handler, name string) http.Handler {
time.Since(start),
)
})
}
}