Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexander Zolotov
Follow
New articles and posts
New articles, posts, and comments
Total activity
720
Last activity
August 05, 2020 07:18
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (479)
Sort by recent activity
Recent activity
Votes
Edited
March 02, 2019 17:58
There is a very descriptive error message on the screenshot. You set Files field to .../app.go and .../src/app.go, there is no .../app.go file in your project, only .../src/app.go.
Community
GoLand
Cant configure IDE
0 votes
Created
March 02, 2019 17:54
If you mean GOPATH, then yes, usually people use the single one for all projects. But it's not necessary. Also, there is Go modules approach (https://github.com/golang/go/wiki/Modules) that does no...
Community
GoLand
Cant configure IDE
0 votes
Created
March 02, 2019 17:43
> so now i`ll always can run any program? There cannot be "any" program. Only main package is runnable. It's a language restriction. Couple useful links for learning Go: https://golang.org/doc/code...
Community
GoLand
Cant configure IDE
0 votes
Edited
March 02, 2019 17:38
You don't have any problems right now as well, all you need is copy-paste the hello world. I mean if you name the main function in Java as `MyNameFunction` instead of `main`, it won't be run, right...
Community
GoLand
Cant configure IDE
0 votes
Created
March 02, 2019 17:35
Come on, I can't help you if you remove IDE and projects all the time. > I have to Add Configuration -> + -> Go Build(yes?) ? No, you don't have to do it. As I said, just make a proper Hello w...
Community
GoLand
Cant configure IDE
0 votes
Edited
March 02, 2019 17:26
Just put proper package name (main instead of src) and GoLand will suggest you running the file via green arrow nearby main function. Also, all runs will be available in the right click menu on fil...
Community
GoLand
Cant configure IDE
0 votes
Created
March 02, 2019 17:18
> Project GOPATH - my path of project, its ok. On the screenshot there are no paths added to Project GOPATH. Btw, your project root is not valid GOPATH, it doesn't contain src directory in it. > Bu...
Community
GoLand
Cant configure IDE
0 votes
Created
March 02, 2019 17:12
Well, you clicked `Configure GOPATH`, right? Configure it :) Add paths that you want to use as GOPATH for this project or for entire IDE.
Community
GoLand
Cant configure IDE
0 votes
Created
March 02, 2019 17:03
Please attach the screenshot of the run configuration you're trying to run (Edit configurations dialog).
Community
GoLand
Cant configure IDE
0 votes
Created
February 21, 2019 12:22
Please collect the diagnostic info. To do this add "#com.goide.dlv.DlvVm" (without quotes) in `Help | Debug Log Settings...` dialog. Try to debug again. After that feel free to file a bug report at...
Community
GoLand
Breakpoints not firing on tests after 'crash' on previous test run. Restart required
0 votes
«
‹
3
4
5
6
7
8
9
10
11
12
13
›
»