From 3a9a1fd26540ddd0299771a729740cdd88239dde Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Mar 2025 12:20:24 +0100 Subject: Rename and document fork --- http/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/handler.go') diff --git a/http/handler.go b/http/handler.go index 1de6b8c..47a6e37 100644 --- a/http/handler.go +++ b/http/handler.go @@ -4,7 +4,7 @@ package http 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. -- cgit 1.4.1