mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-04-28 12:39:53 +00:00
8 lines
99 B
Bash
Executable file
8 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
echo "==> Running gofmt -s -w"
|
|
gofmt -s -w .
|