all repos — htmlformat @ 9acc11ddafad03291646c107496b3aa77096903b

Go package and CLI tool used to format HTML

fork

Alan Pearce
commit

9acc11ddafad03291646c107496b3aa77096903b

parent

e7cb9493bc36c7ab5ef2782139174b631b749bec

2 files changed, 2 insertions(+), 2 deletions(-)

changed files
M cmd/htmlformat/main.gocmd/htmlformat/main.go
@@ -5,7 +5,7 @@ "flag"
"log" "os" - "github.com/a-h/htmlformat" + "github.com/alanpearce/htmlformat" ) var parseDocumentFlag = flag.Bool("document", false, "Set to true to parse a whole document")
M go.modgo.mod
@@ -1,4 +1,4 @@
-module github.com/a-h/htmlformat +module github.com/alanpearce/htmlformat go 1.20