opencode/packages/tui/sdk/scripts/format
2025-07-03 11:49:15 -05:00

8 lines
99 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running gofmt -s -w"
gofmt -s -w .