Files
openai.openai-go/scripts/format
Stainless Bot c329601324 feat: publish
2024-08-01 00:02:01 +00:00

9 lines
99 B
Bash
Executable File

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