rename module
4 files changed, 4 insertions(+), 4 deletions(-)
changed files
M cmd/htmlformat/main.go → cmd/htmlformat/main.go
@@ -5,7 +5,7 @@ "flag" "log" "os" - "github.com/alanpearce/htmlformat" + "alin.ovh/htmlformat" ) var parseDocumentFlag = flag.Bool("document", false, "Set to true to parse a whole document")