Fixed server_url template func not returning pointer to url.URL
unai-programmfabrik
released this
28 Jul 12:16
·
108 commits
to master
since this release
- This patch fixes the server_url template func not returning pointer to url.URL.
- As a result now we can use its methods like
{{ server_url.String }}
for prefixing paths in tests. - Also now its consistent with the documentation.