Rename and document fork
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M html/attributes.go → html/attributes.go
@@ -1,7 +1,7 @@ package html import ( - g "maragu.dev/gomponents" + g "go.alanpearce.eu/gomponents" ) func Async() g.Node {@@ -138,7 +138,7 @@ return Data(name, v) } func SlotAttr(v string) g.Node { - return g.Attr("slot", v) + return g.Attr("slot", v) } func For(v string) g.Node {