Skip to content

Commit 50d3096

Browse files
update go
1 parent 9601e4c commit 50d3096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/golang/golang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import (
77

88
func Run(files []string, stdin string) (string, string, error, string) {
99
workDir := filepath.Dir(files[0])
10-
return cmd.RunStdin(workDir, stdin, "go", "run", files[0])
10+
return cmd.RunStdin(workDir, stdin, "go", "run", ".")
1111
}

0 commit comments

Comments
 (0)