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 http/handler_test.gohttp/handler_test.go
@@ -7,8 +7,8 @@ "net/http"
"net/http/httptest" "testing" - g "go.alanpearce.eu/gomponents" - ghttp "go.alanpearce.eu/gomponents/http" + g "alin.ovh/gomponents" + ghttp "alin.ovh/gomponents/http" ) func TestAdapt(t *testing.T) {