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 internal/examples/app/http/pages.gointernal/examples/app/http/pages.go
@@ -3,8 +3,8 @@
import ( "net/http" - . "go.alanpearce.eu/gomponents" - ghttp "go.alanpearce.eu/gomponents/http" + . "alin.ovh/gomponents" + ghttp "alin.ovh/gomponents/http" "app/html" )