mirror of
https://github.com/1f349/go-webdav.git
synced 2025-02-22 14:25:11 +00: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%