4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
PROJDIR=$(cd `dirname $0`/.. && pwd)
|
||
|
cd $PROJDIR && go test
|