lint 97 B

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