We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fc4d9 commit 8d21137Copy full SHA for 8d21137
containers/judge-worker/golang/run.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
chmod 777 main.go
4
-go run main.go
+GOCACHE=/tmp/gocache go run main.go
0 commit comments