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 9601e4c commit 50d3096Copy full SHA for 50d3096
language/golang/golang.go
@@ -7,5 +7,5 @@ import (
7
8
func Run(files []string, stdin string) (string, string, error, string) {
9
workDir := filepath.Dir(files[0])
10
- return cmd.RunStdin(workDir, stdin, "go", "run", files[0])
+ return cmd.RunStdin(workDir, stdin, "go", "run", ".")
11
}
0 commit comments