diff options
Diffstat (limited to 'server/server.go')
| -rw-r--r-- | server/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/server.go b/server/server.go index 7a70cc6..07b961b 100644 --- a/server/server.go +++ b/server/server.go @@ -29,7 +29,7 @@ func main() { } // Parse the value associated with each key in the query string. Returns a map of -// keys and values, or error if one of the keys is missing, or if there is no value +// keys and values, or error if one of the keys is missing or if there is no value // associated with one of the keys. func parseQuery(query string, keys []string) (map[string]string, error) { queryVals, err := url.ParseQuery(query) |