fork
2 files changed, 2 insertions(+), 2 deletions(-)
changed files
M cmd/htmlformat/main.go → cmd/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")