diff options
author | Alan Pearce | 2025-03-19 12:20:24 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-19 12:20:24 +0100 |
commit | 3a9a1fd26540ddd0299771a729740cdd88239dde (patch) | |
tree | 6a65ad391fa2ff3d52132643502739e9645f56a7 /http/handler.go | |
parent | 5eae1eef0f0a090ae569a23c0c52db356a109cfc (diff) | |
download | gomponents-3a9a1fd26540ddd0299771a729740cdd88239dde.tar.lz gomponents-3a9a1fd26540ddd0299771a729740cdd88239dde.tar.zst gomponents-3a9a1fd26540ddd0299771a729740cdd88239dde.zip |
Rename and document fork v1.2.0
Diffstat (limited to 'http/handler.go')
-rw-r--r-- | http/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |