all repos — gomponents @ fe24f0575214093cc72201ecc1cc463865dcb1e2

HTML components in pure Go

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

Markus Wüstenberg
commit

fe24f0575214093cc72201ecc1cc463865dcb1e2

parent

a58043d58789f95046a567d2ad1bde55e352d5f0

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M http/handler_test.gohttp/handler_test.go
@@ -7,8 +7,8 @@ "net/http"
"net/http/httptest" "testing" - g "github.com/maragudk/gomponents" - ghttp "github.com/maragudk/gomponents/http" + g "maragu.dev/gomponents" + ghttp "maragu.dev/gomponents/http" ) func TestAdapt(t *testing.T) {