projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12934: Add .keep via manifest manipulation instead of creating real files
[arvados.git]
/
services
/
keep-web
/
webdav_test.go
1
package main
2
3
import "golang.org/x/net/webdav"
4
5
var _ webdav.FileSystem = &webdavFS{}