mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-22 13:52:34 +08:00
9 lines
99 B
Bash
Executable File
9 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
echo "==> Running gofmt -s -w"
|
|
gofmt -s -w .
|