什麼是 golang?
Go 開發:約定、架構、並發、效能和程式碼審查。在處理 .go 檔案、go.mod 或使用者詢問 goroutine、通道、錯誤處理、介面時使用。 來源:maroffo/claude-forge。
Go 開發:約定、架構、並發、效能和程式碼審查。在處理 .go 檔案、go.mod 或使用者詢問 goroutine、通道、錯誤處理、介面時使用。
透過命令列快速安裝 golang AI 技能到你的開發環境
來源:maroffo/claude-forge。
ABOUTME: Complete Go development guide - code, design, concurrency, performance, review ABOUTME: Modern Go (1.22-1.26): stdlib router, Green Tea GC, fgprof, easyjson, pgx batching
Why gofmt before build: Code generators (sqlc, protoc) may produce code gofmt disagrees with. Always run gofmt -w after regeneration and before commit.
1.22: Loop var fix (each iteration owns its variable). Range over int: for i := range 10. Stdlib router: mux.HandleFunc("GET /api/v1/feed/{id}", h) + r.PathValue("id").
Go 開發:約定、架構、並發、效能和程式碼審查。在處理 .go 檔案、go.mod 或使用者詢問 goroutine、通道、錯誤處理、介面時使用。 來源:maroffo/claude-forge。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/maroffo/claude-forge --skill golangGo 開發:約定、架構、並發、效能和程式碼審查。在處理 .go 檔案、go.mod 或使用者詢問 goroutine、通道、錯誤處理、介面時使用。 來源:maroffo/claude-forge。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/maroffo/claude-forge --skill golang 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/maroffo/claude-forge