scaffolding, but seems hard to satisfy mac, windows, and different os versions

https://www.reddit.com/r/golang/comments/3wrxo3/webdav_server_that_provide_filesystem_using/
This commit is contained in:
Chris Lu
2019-05-02 14:22:10 -07:00
parent 82e06a780b
commit 47f14775d7
3 changed files with 443 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ var Commands = []*Command{
cmdVolume,
cmdExport,
cmdMount,
cmdWebDav,
}
type Command struct {