remove comment

This commit is contained in:
Henrique Dias 2017-07-26 18:01:24 +01:00
parent d456f3cd44
commit f7d0d446d6
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type RequestContext struct {
User *User User *User
FM *FileManager FM *FileManager
FI *file 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 Router string
} }