From fe24f0575214093cc72201ecc1cc463865dcb1e2 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 3 Oct 2024 11:26:44 +0200 Subject: Move module to maragu.dev/gomponents namespace (#215) This is a breaking change to move gomponents to my own import namespace. I will obviously be careful with this, test it out in all kinds of scenarios, release betas, etc. But otherwise, because the `Node` interface is so simple and has basically never changed, I don't think this will break much. 🤞 Fixes #200--- html/elements.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/elements.go') diff --git a/html/elements.go b/html/elements.go index 86cfbd4..efc83df 100644 --- a/html/elements.go +++ b/html/elements.go @@ -8,7 +8,7 @@ package html import ( "io" - g "github.com/maragudk/gomponents" + g "maragu.dev/gomponents" ) // Doctype returns a special kind of [g.Node] that prefixes its sibling with the string "". -- cgit 1.4.1