format 99 B

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