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 Listing struct {
}
// GetListing gets the information about a specific directory and its files.
func GetListing(u *User, filePath string, baseURL string) (*Listing, error) {
func GetListing(u *user, filePath string, baseURL string) (*Listing, error) {
// Gets the directory information using the Virtual File System of
// the user configuration.
file, err := u.fileSystem.OpenFile(context.TODO(), filePath, os.O_RDONLY, 0)