Closed
Description
When I try to run a program using Intellij IDEA's / the plugin's runner it fails printing
C:/Go\bin\go.exe run "C:/Users/Ryan Greene/IdeaProjects/the-golang/test.go"
go run: no go files listed
yet when I use the terminal with the exact same command it works fine
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Users\Ryan Greene\IdeaProjects\the-golang>C:/Go\bin\go.exe run "C:/Users/Ryan Greene/IdeaProjects/the-golang/test.go"
Hello, world!
I'm using the latest versions of the plugin, Go, IntelliJ IDEA, and Java.