mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
A Go library for WebDAV, CalDAV and CardDAV
7d337ac048
This CL corrects the following bug uncovered by staticcheck: ``` internal/elements.go:148:6: this comparison is always true (SA4023) internal/elements.go:146:18: the lhs of the comparison gets its value from here and has a concrete type ``` Signed-off-by: Sebastien Binet <binet@cern.ch> |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
caldav | ||
carddav | ||
cmd/webdav-server | ||
internal | ||
.build.yml | ||
.gitignore | ||
client.go | ||
elements.go | ||
fs_local.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
server.go | ||
webdav.go |