diff options
| author | adamdotdevin <[email protected]> | 2025-08-05 11:46:12 -0500 |
|---|---|---|
| committer | adamdotdevin <[email protected]> | 2025-08-05 11:46:12 -0500 |
| commit | 5e825a4b6a47999e18295ad64f99d59d282c6966 (patch) | |
| tree | 81a0dc7572da8d181d108149a7ae5503b9c01bd1 /packages/tui/sdk/scripts/format | |
| parent | 3db8e7c2b66bd6efea1457d9a2fcd6c9bbc782a8 (diff) | |
| download | opencode-5e825a4b6a47999e18295ad64f99d59d282c6966.tar.gz opencode-5e825a4b6a47999e18295ad64f99d59d282c6966.zip | |
chore: cleanup old sdk
Diffstat (limited to 'packages/tui/sdk/scripts/format')
| -rwxr-xr-x | packages/tui/sdk/scripts/format | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/tui/sdk/scripts/format b/packages/tui/sdk/scripts/format deleted file mode 100755 index db2a3fa29..000000000 --- a/packages/tui/sdk/scripts/format +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -e - -cd "$(dirname "$0")/.." - -echo "==> Running gofmt -s -w" -gofmt -s -w . |
