mirror of https://github.com/golang/go.git
parent
2f5b4d9893
commit
41d34e2451
|
|
@ -4,5 +4,5 @@
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
for f in *.go; do
|
for f in *.go; do
|
||||||
../src/go $f
|
go $f
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue