ssgf_utils/README.md
yuguojian 45545e6933 init
2025-05-12 17:47:28 +08:00

347 B
Raw Blame History

window开发者执行

git config --global core.autocrlf true    # 提交时转 CRLF 为 LF检出时转 LF 为 CRLF

mac开发者执行

git config --global core.autocrlf input   # 提交时转 CRLF 为 LF检出时不转换

格式化

gofumpt -l -w .
go install mvdan.cc/gofumpt@latest