Copilot Instructions

- 本專案請務必在每次新增或修改程式碼後,執行 lint 檢查,確保程式品質。

Views0
PublishedJan 15, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Copilot Instructions

Lint 檢查規範

  • 本專案請務必在每次新增或修改程式碼後,執行 lint 檢查,確保程式品質。
  • 請使用 golangci-lint 工具。
  • 執行指令如下:
golangci-lint run ./...
  • 若有 lint 問題,請先修正後再進行 commit。

Share: