mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
feature (webdav): shared links as webdav server
This commit is contained in:
@ -87,10 +87,10 @@ func(this SafeMapStringString) Set(key string, value string) {
|
||||
|
||||
func(this SafeMapStringString) Gets(keys ...string) []string{
|
||||
this.RLock()
|
||||
defer this.RUnlock()
|
||||
res := make([]string, len(keys))
|
||||
for i, key := range keys {
|
||||
res[i] = this.internal[key]
|
||||
}
|
||||
this.RUnlock()
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user