Files
go-rst/Makefile

7 lines
151 B
Makefile
Raw Normal View History

2024-11-01 22:20:54 -04:00
docs: format
find pkg -type d -exec bash -c "ls {}/*.go && godocdown -o ./{}/doc.md ./{}" \;
format:
find . -name '*.go' -exec gofumpt -w -s {} \;