Fixed Go multiple file problem
This commit is contained in:
parent
c1fd13b672
commit
8900bae7c0
|
@ -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