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

added single comment

parent b19a9efd
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import (
// handles requests for /country/
func Chandler(w http.ResponseWriter, r *http.Request) {
vars := mux.Vars(r)
limit := r.FormValue("limit") // gets the limit, if specified
limit := r.FormValue("limit") // gets the limit, if specified in url
// unnecessary default limit (gbif API has default of 20)
if len(limit) == 0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment