feat: initial commit

This commit is contained in:
2025-06-15 16:44:44 +02:00
parent c50d1858f2
commit 21b334bc70
27 changed files with 13550 additions and 122 deletions

View File

@ -13,6 +13,7 @@ var (
WithoutValues = url.WithoutValues
WithValuesReset = url.WithValuesReset
WithValues = url.WithValues
WithFragment = url.WithFragment
)
func BaseURL(ctx context.Context, funcs ...url.MutationFunc) templ.SafeURL {