unexport user

This commit is contained in:
Henrique Dias
2017-06-25 11:40:23 +01:00
parent 761f6a6e30
commit 2ee4d9622c
10 changed files with 64 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ type PageInfo struct {
Name string
Path string
IsDir bool
User *User
User *user
Config *FileManager
Data interface{}
Editor bool