Add current user

This commit is contained in:
Henrique Dias
2016-08-21 19:14:52 +01:00
parent 256bdd2f95
commit 9b39fe78ba
2 changed files with 23 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ type Info struct {
Path string
IsDir bool
Config *config.Config
User *config.UserConfig
Data interface{}
}