go-data-structures
✓Go 數據結構,包括使用 new 與 make 進行分配、數組、切片、映射、使用 fmt 進行打印以及使用 iota 進行常量。在使用 Go 的內置數據結構、內存分配或格式化輸出時使用。
SKILL.md
This skill covers Go's built-in data structures and allocation primitives.
Go has two allocation primitives: new and make. They do different things.
new(T) allocates zeroed storage for a new item of type T and returns T:
Go 數據結構,包括使用 new 與 make 進行分配、數組、切片、映射、使用 fmt 進行打印以及使用 iota 進行常量。在使用 Go 的內置數據結構、內存分配或格式化輸出時使用。 來源:cxuu/golang-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/cxuu/golang-skills --skill go-data-structures- 分類
- {}資料分析
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 go-data-structures?
Go 數據結構,包括使用 new 與 make 進行分配、數組、切片、映射、使用 fmt 進行打印以及使用 iota 進行常量。在使用 Go 的內置數據結構、內存分配或格式化輸出時使用。 來源:cxuu/golang-skills。
如何安裝 go-data-structures?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/cxuu/golang-skills --skill go-data-structures 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/cxuu/golang-skills
詳情
- 分類
- {}資料分析
- 來源
- skills.sh
- 收錄時間
- 2026-02-01