structure/test.sh

2 lines
49 B
Bash
Raw Permalink Normal View History

2019-04-10 17:07:09 +00:00
for d in ./*/ ; do (cd "$d" && go test -v); done