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
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/assert/assert.go → internal/assert/assert.go
@@ -5,7 +5,7 @@ import ( "strings" "testing" - g "github.com/maragudk/gomponents" + g "maragu.dev/gomponents" ) // Equal checks for equality between the given expected string and the rendered Node string.