runtests.sh 70 B

12345
  1. #!/bin/bash
  2. go test -race ./...
  3. go test -cover ./...
  4. go test -v ./...