format 192 B

1234567891011
  1. #!/bin/bash
  2. set -e
  3. HERE=$(dirname "$(readlink --canonicalize "$BASH_SOURCE")")
  4. . "$HERE/_env"
  5. gofmt -w -s -e \
  6. "$ROOT" \
  7. "$ROOT/examples/hello-world/" \
  8. "$ROOT/examples/hello-world/api"