Goバックエンドのテストを実行します。
Run Go tests for the backend with coverage and verbose options. Use it to verify code changes before creating PRs or debugging test failures.
/plugin marketplace add no-problem-dev/claude-code-plugins/plugin install go-backend@no-problem-pluginsGoバックエンドのテストを実行します。
${CLAUDE_PLUGIN_ROOT}/scripts/go-test.sh $ARGUMENTS
--coverage または coverage: カバレッジ付き実行--verbose または -v: 詳細出力package: 特定パッケージのみ(例: ./internal/handler/...)GO_BACKEND_DIR: バックエンドディレクトリ/go-backend:go-lint で品質チェック