mirror of
https://github.com/go-i2p/go-gh-page.git
synced 2025-07-17 13:54:40 -04:00
14 lines
330 B
Makefile
14 lines
330 B
Makefile
<<<<<<< HEAD
|
|
fmt: cp
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
|
|
|
cp:
|
|
cp -v ./.github/workflows/page.yml pkg/templates/page.yml
|
|
||||||| 883cc95
|
|
fmt:
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
|
=======
|
|
fmt:
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
|
>>>>>>> a0804fdff6ce1cf2312908d85889ae632c2915e6
|