mirror of
https://github.com/1f349/go-webdav.git
synced 2025-03-31 01:05:15 +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%