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, 4 insertions(+), 4 deletions(-)
changed files
M components/components_test.go → components/components_test.go
@@ -4,10 +4,10 @@ import ( "os" "testing" - g "github.com/maragudk/gomponents" - . "github.com/maragudk/gomponents/components" - . "github.com/maragudk/gomponents/html" - "github.com/maragudk/gomponents/internal/assert" + g "maragu.dev/gomponents" + . "maragu.dev/gomponents/components" + . "maragu.dev/gomponents/html" + "maragu.dev/gomponents/internal/assert" ) func TestHTML5(t *testing.T) {