mirror of
https://github.com/1f349/go-webdav.git
synced 2025-04-01 17:55:05 +01:00
NewPropFindResponse uses callbacks to lazily build the response. However, some props are static: they don't require any processing to generate. Add a small helper to reduce boilerplate a bit.
Languages
Go
100%