Fix formatting (gofmt -s for goreportcard.com)

This commit is contained in:
Patrick O'brien 2016-09-05 21:47:17 +10:00
parent b89e2c3429
commit d5eb79ae28
3 changed files with 27 additions and 27 deletions
strmangle

View file

@ -18,10 +18,10 @@ var (
)
var uppercaseWords = map[string]struct{}{
"guid": struct{}{},
"id": struct{}{},
"uid": struct{}{},
"uuid": struct{}{},
"guid": {},
"id": {},
"uid": {},
"uuid": {},
}
func init() {