Merge pull request #294 from mehmetron/master
Fixed Go multiple file problem
This commit is contained in:
commit
b11be20b79
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
mv $1 $1.go
|
mv $1 $1.go
|
||||||
filename=$1.go
|
#filename=$1.go
|
||||||
|
filename=*.go
|
||||||
shift
|
shift
|
||||||
GOCACHE=$PWD go run $filename "$@"
|
GOCACHE=$PWD go run $filename "$@"
|
||||||
|
|
Loading…
Reference in New Issue