#!/usr/bin/env bash # Run once after cloning to download dependencies and generate go.sum. set -euo pipefail cd "$(dirname "$0")" go mod tidy echo "setup complete — run 'make build' to verify"