Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas b11be20b79
Merge pull request #294 from mehmetron/master
Fixed Go multiple file problem
2021-07-10 12:46:34 +12:00
yrfriend 8900bae7c0 Fixed Go multiple file problem 2021-07-08 21:15:37 +03:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
mv $1 $1.go
filename=$1.go
#filename=$1.go
filename=*.go
shift
GOCACHE=$PWD go run $filename "$@"