This commit is contained in:
eyedeekay
2025-02-03 23:39:49 -05:00
parent 1d6df38b5e
commit 43d9954ebb

View File

@ -7,7 +7,7 @@ fmt:
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
doc: checklist
find lib cmd -type d -exec $(HERE)/doc.sh {} \;
find . -type d -exec $(HERE)/doc.sh {} \;
checklist:
find . -name '*.go' -exec grep --color -C 1 -Hn 'panic("unimplemented")' {} \;