unexport user

Former-commit-id: 2ee4d9622c110533cdcdaa45383b694a3223fe02
This commit is contained in:
Henrique Dias
2017-06-25 11:40:23 +01:00
parent 7ba14ada7b
commit 00be335a7c
10 changed files with 64 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ type FileInfo struct {
// GetInfo gets the file information and, in case of error, returns the
// respective HTTP error code
func GetInfo(url *url.URL, c *FileManager, u *User) (*FileInfo, error) {
func GetInfo(url *url.URL, c *FileManager, u *user) (*FileInfo, error) {
var err error
i := &FileInfo{URL: c.PrefixURL + url.Path}