Fix formatting (gofmt -s for goreportcard.com)
This commit is contained in:
parent
b89e2c3429
commit
d5eb79ae28
3 changed files with 27 additions and 27 deletions
strmangle
|
@ -18,10 +18,10 @@ var (
|
|||
)
|
||||
|
||||
var uppercaseWords = map[string]struct{}{
|
||||
"guid": struct{}{},
|
||||
"id": struct{}{},
|
||||
"uid": struct{}{},
|
||||
"uuid": struct{}{},
|
||||
"guid": {},
|
||||
"id": {},
|
||||
"uid": {},
|
||||
"uuid": {},
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue