Rename and document fork
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M http/handler.go → http/handler.go
@@ -4,7 +4,7 @@ import ( "net/http" - g "maragu.dev/gomponents" + g "go.alanpearce.eu/gomponents" ) // Handler is like [http.Handler] but returns a [g.Node] and an error.