A Go library for WebDAV, CalDAV and CardDAV
Go to file
Simon Ser 5fe39bbc13
internal: remove xml.Name arg from Response.DecodeProp
The xml.Name is now retrieved from the interface{} argument via
reflection.
2020-01-15 11:44:27 +01:00
carddav internal: remove xml.Name arg from Response.DecodeProp 2020-01-15 11:44:27 +01:00
internal internal: remove xml.Name arg from Response.DecodeProp 2020-01-15 11:44:27 +01:00
.gitignore Initial commit 2017-08-26 14:46:44 +02:00
client.go internal: remove xml.Name arg from Response.DecodeProp 2020-01-15 11:44:27 +01:00
elements.go carddav: add Client.FindAddressBooks 2020-01-14 23:13:23 +01:00
go.mod carddav: add Client.QueryAddressBook 2020-01-14 23:44:21 +01:00
go.sum Add go.sum 2020-01-15 11:17:07 +01:00
LICENSE Start from scratch 2020-01-14 17:51:33 +01:00
README.md Add godoc badge to README 2017-09-12 21:17:05 +02:00

go-webdav

GoDoc

A Go library for WebDAV and CardDAV.

License

BSD