all repos — htmlformat @ bdff660c6c36e8df4fcf982c1ace4c35a8aa1c49

Go package and CLI tool used to format HTML

feat: first commit

Adrian Hesketh
commit

bdff660c6c36e8df4fcf982c1ace4c35a8aa1c49

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A go.mod
@@ -0,0 +1,7 @@
+module github.com/a-h/htmlformat + +go 1.20 + +require golang.org/x/net v0.9.0 + +require github.com/google/go-cmp v0.5.9