16 lines
551 B
Markdown
16 lines
551 B
Markdown
# go-webdav
|
|
Fork of go-webdav that supports ACL, synced with [original repo](https://github.com/emersion/go-webdav) (Implementation of ACL from [oliverpool/go-webdav](https://github.com/oliverpool/go-webdav))
|
|
|
|
|
|
[](https://pkg.go.dev/github.com/emersion/go-webdav)
|
|
|
|
A Go library for [WebDAV], [CalDAV] and [CardDAV].
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
[WebDAV]: https://tools.ietf.org/html/rfc4918
|
|
[CalDAV]: https://tools.ietf.org/html/rfc4791
|
|
[CardDAV]: https://tools.ietf.org/html/rfc6352
|