diff options
Diffstat (limited to '')
-rw-r--r-- | http_handle_group_index.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/http_handle_group_index.go b/http_handle_group_index.go index bbdff46..429532c 100644 --- a/http_handle_group_index.go +++ b/http_handle_group_index.go @@ -127,4 +127,3 @@ func handle_group_index(w http.ResponseWriter, r *http.Request, params map[strin render_template(w, "group", params) } - |