Files
go-rst/Makefile
2024-11-01 22:20:54 -04:00

7 lines
151 B
Makefile

docs: format
find pkg -type d -exec bash -c "ls {}/*.go && godocdown -o ./{}/doc.md ./{}" \;
format:
find . -name '*.go' -exec gofumpt -w -s {} \;