6 lines
37 B
Plaintext
6 lines
37 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
go test
|