This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
1b7504a191
piston
/
packages
/
go
/
1.16.2
/
run
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pkg(go-1.16.2): Added go 1.16.2
2021-03-14 00:40:32 +01:00
#!/usr/bin/env bash
pkg(go-1.16.2): quick fix for filename issue (#229)
2021-04-25 05:09:13 +02:00
mv $1 $1.go
filename=$1.go
shift
GOCACHE=$PWD go run $filename "$@"