all repos — gomponents @ 16f98a2bdbcfa112fb73fe318e88d497318ff8b3

HTML components in pure Go

move package to new domain

Alan Pearce
commit

16f98a2bdbcfa112fb73fe318e88d497318ff8b3

parent

4904eaacb6cd50fb18d0db4cb6e1a568b104ab86

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M http/handler.gohttp/handler.go
@@ -1,10 +1,10 @@
// Package http provides adapters to render gomponents in http handlers. -package http +package http // import "alin.ovh/gomponents/http" import ( "net/http" - g "go.alanpearce.eu/gomponents" + g "alin.ovh/gomponents" ) // Handler is like [http.Handler] but returns a [g.Node] and an error.