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/elements.gohtml/elements.go
@@ -3,12 +3,12 @@ //
// See https://developer.mozilla.org/en-US/docs/Web/HTML/Element for a list of elements. // // See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes for a list of attributes. -package html +package html // import "alin.ovh/gomponents/html" import ( "io" - g "go.alanpearce.eu/gomponents" + g "alin.ovh/gomponents" ) // Doctype returns a special kind of [g.Node] that prefixes its sibling with the string "<!doctype html>".