Rename and document fork
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 "maragu.dev/gomponents" + g "go.alanpearce.eu/gomponents" ) // Equal checks for equality between the given expected string and the rendered Node string.