Core

/bin/format.bat (195 B)

1
2
3
4
5
6
7
8
9
@ECHO OFF

rem Formatting code from all projects

cd %~dp0\..

echo "=== formatting ==="
@ECHO ON
gofumpt -w $(find . -type f -name "*.go"{{{ .IgnoreGrep}}} | grep -v .html.go | grep -v .sql.go)