mirror of
https://github.com/go-i2p/go-gh-page.git
synced 2025-06-07 10:01:46 -04:00
6 lines
126 B
Makefile
6 lines
126 B
Makefile
fmt: cp
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
|
|
|
cp:
|
|
cp -v ./.github/workflows/page.yml pkg/templates/page.yml
|