pkg(go-1.16.2): quick fix for filename issue (#229)
This commit is contained in:
parent
e96be60e7a
commit
6d2814880f
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GOCACHE=$PWD go run "$@"
|
||||
mv $1 $1.go
|
||||
filename=$1.go
|
||||
shift
|
||||
GOCACHE=$PWD go run $filename "$@"
|
||||
|
|
Loading…
Reference in New Issue