1
0
Fork 0

[Action] go fmt

pull/1/head^2
GitHub Action 2020-10-30 17:23:48 +00:00
parent 9fecd1d217
commit dca3ce4ab0
2 changed files with 0 additions and 5 deletions

View File

@ -78,5 +78,3 @@ func index(w http.ResponseWriter, req *http.Request) {
return
}
}

View File

@ -113,6 +113,3 @@ func normalizeName(name string) string {
func splitNames(names string) []string {
return strings.Split(names, ",")
}