meta: speed up example building

This commit is contained in:
Todd 2017-09-07 06:40:55 -04:00
parent ef051c7715
commit 770b295161

View File

@ -1,3 +1,3 @@
#!/bin/bash
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go run main.go" \;
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go build -i main.go" \;