From f7d0d446d6a1e03b3ce240456fe2469db58a1e63 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 26 Jul 2017 18:01:24 +0100 Subject: [PATCH] remove comment --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 418a6433..eab72b0b 100644 --- a/http.go +++ b/http.go @@ -13,7 +13,7 @@ type RequestContext struct { User *User FM *FileManager FI *file - // On API handlers, Router is the APi handler we want. TODO: review this + // On API handlers, Router is the APi handler we want. Router string }