Skip to content
Snippets Groups Projects
Commit 75349573 authored by Aksel Baardsen's avatar Aksel Baardsen
Browse files

oops

parent c053002a
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ func cHandler(w http.ResponseWriter, r *http.Request) {
country := models.GetCountryByCode(vars["country_identifier"], limit)
c, _ := json.Marshal(country)
fmt.Fprintln(w, string(c) + limit)
fmt.Fprintln(w, string(c))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment