feat: better webdav

This commit is contained in:
Simon Ding
2024-07-13 11:40:05 +08:00
parent 9b61f0e76a
commit 01408cdd89
20 changed files with 2305 additions and 8 deletions

3
pkg/gowebdav/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package gowebdav is a WebDAV client library with a command line tool
// included.
package gowebdav