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

21
pkg/gowebdav/.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Folders to ignore
/src
/bin
/pkg
/gowebdav
/.idea
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.vscode/