4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
echo "Generating the dynamic code"
|
||
|
go generate
|
||
|
echo "Running tests"
|
||
|
go test
|