·golang-idioms
</>

golang-idioms

エラー処理、インターフェース、同時実行性、テスト、モジュール管理のための慣用的な Go パターン

15インストール·6トレンド·@rohitg00

インストール

$npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms

golang-idioms のインストール方法

コマンドラインで golang-idioms AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: rohitg00/awesome-claude-code-toolkit。

Use t.Helper() in all test utility functions. Use t.Cleanup() instead of defer for test resource cleanup. Use testdata/ directory for test fixtures.

Use go mod tidy before every commit. Pin major versions. Review changelogs before updating.

Use log/slog (standard library, Go 1.21+). Use structured fields, never string interpolation. Include request ID, user ID, and operation name in every log entry.

エラー処理、インターフェース、同時実行性、テスト、モジュール管理のための慣用的な Go パターン ソース: rohitg00/awesome-claude-code-toolkit。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-22
更新日
2026-03-10

Browse more skills from rohitg00/awesome-claude-code-toolkit

クイックアンサー

golang-idioms とは?

エラー処理、インターフェース、同時実行性、テスト、モジュール管理のための慣用的な Go パターン ソース: rohitg00/awesome-claude-code-toolkit。

golang-idioms のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

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

https://github.com/rohitg00/awesome-claude-code-toolkit