Draft version. Only for tests.
client := webdavclnt.
NewClient("connectionString").
SetLogin("login").
SetPassword("passw")
propsmap, err := client.PropFind("/webdav/test.txt", "creationdate", "getlastmodified")
if err != nil {
panic(err)
}
fmt.Printf("%#v\n", propsmap)