·go-data-structures
{}

go-data-structures

cxuu/golang-skills

new vs make による割り当て、配列、スライス、マップ、fmt による印刷、iota による定数を含む Go データ構造。 Go の組み込みデータ構造、メモリ割り当て、またはフォーマットされた出力を操作するときに使用します。

25インストール·3トレンド·@cxuu

インストール

$npx skills add https://github.com/cxuu/golang-skills --skill go-data-structures

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:

new vs make による割り当て、配列、スライス、マップ、fmt による印刷、iota による定数を含む Go データ構造。 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 とは?

new vs make による割り当て、配列、スライス、マップ、fmt による印刷、iota による定数を含む Go データ構造。 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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/cxuu/golang-skills