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/html/home.gointernal/examples/app/html/home.go
@@ -1,8 +1,8 @@
package html import ( - . "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" + . "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" ) func HomePage(items []string) Node {