unexport fileInfo

This commit is contained in:
Henrique Dias
2017-06-25 13:03:59 +01:00
parent 1ba9608a9c
commit e6492286db
8 changed files with 21 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ type Editor struct {
}
// GetEditor gets the editor based on a Info struct
func GetEditor(r *http.Request, i *FileInfo) (*Editor, error) {
func GetEditor(r *http.Request, i *fileInfo) (*Editor, error) {
var err error
// Create a new editor variable and set the mode