move package to new domain
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M html/attributes.go → html/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 {