diff --git a/packages/go/1.16.2/run b/packages/go/1.16.2/run index 65c9a4f..da31af3 100644 --- a/packages/go/1.16.2/run +++ b/packages/go/1.16.2/run @@ -1,7 +1,6 @@ #!/usr/bin/env bash mv $1 $1.go -#filename=$1.go -filename=*.go +filename=$1.go shift GOCACHE=$PWD go run $filename "$@"