test.sh 95 B

123456
  1. #!/bin/sh
  2. go test ./routes
  3. # install as pre-commit hook:
  4. # cp test.sh ~/.git/hooks/pre-commit