Add some more documentation and links to godoc#

This commit is contained in:
Melody Becker 2025-04-28 08:49:13 +02:00
parent fa857615dd
commit 4b8a62ba12
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
8 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// Package webutils contains various functions for easier interaction and common tasks
// when working with [net/http.Handler] based webservers
package webutils
import (