all: add basic docs

This commit is contained in:
Simon Ser
2020-01-21 21:01:18 +01:00
parent f6d0a37ea4
commit 0469c3d389
6 changed files with 17 additions and 0 deletions

4
webdav.go Normal file
View File

@@ -0,0 +1,4 @@
// Package webdav provides a client and server WebDAV filesystem implementation.
//
// WebDAV is defined in RFC 4918.
package webdav