Formatting

This commit is contained in:
Martin Polden 2012-11-25 14:43:17 +01:00
parent 9535d64372
commit 0b2a970291
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ import (
)
type Client struct {
IP net.IP
Port string
IP net.IP
Port string
Header http.Header
}
@ -64,7 +64,7 @@ func handler(w http.ResponseWriter, req *http.Request) {
io.WriteString(w, fmt.Sprintf("%s\n", value))
}
} else {
funcMap := template.FuncMap {
funcMap := template.FuncMap{
"ToLower": strings.ToLower,
}
t, _ := template.