unexport user
Former-commit-id: 2ee4d9622c110533cdcdaa45383b694a3223fe02
This commit is contained in:
2
info.go
2
info.go
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user