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 html/attributes.gohtml/attributes.go
@@ -1,7 +1,7 @@
-package html +package html // import "alin.ovh/gomponents/html" import ( - g "go.alanpearce.eu/gomponents" + g "alin.ovh/gomponents" ) func Async() g.Node {