Go依存関係を整理(go mod tidy)
Clean up Go module dependencies by running go mod tidy. Use this after adding or removing packages to update go.mod and go.sum files.
/plugin marketplace add no-problem-dev/claude-code-plugins/plugin install go-backend@no-problem-pluginsなしgo mod tidy を実行して依存関係を整理します。
${CLAUDE_PLUGIN_ROOT}/scripts/go-tidy.sh
GO_BACKEND_DIR: バックエンドディレクトリ/go-backend:go-build でビルド確認