5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
echo "Generating the dynamic code"
|
|
go generate
|
|
echo "Running tests"
|
|
go test -coverprofile=cover.out
|