python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VSCode vs Goland linter
I wonder if the VSCode golang linter used in this VSCode extension: https://marketplace.visualstudio.com/items?itemName=golang.go
and the linter being used in Jetbrains Goland are the same or not. If ...
master o
Votes: 0
Answers: 1
Golang AWS SAM lambda Function debugging is not working on M1 Mac
When trying to debug simple SAM, I'm receiving the following error:
could not launch process: fork/exec /var/task/hello: function not implemented
Is anyone knows how to solve it?
The full log is:
Mou...
omer blechman
Votes: 0
Answers: 0
GoLand IDE: How to remove syntax highlighting for unused variables?
Problem: When I just declare a variable, GoLand immediately highlights it with an error like: "The variable is not used anywhere"; I don't like this behavior of the IDE. I have not yet had t...

Dmitriy Lee
Votes: 0
Answers: 2
Using multiple go versions while debugging with GoLand
Using Go's documentation on managing Go installs, I have got two versions of Go on my system:
$ go version
go version go1.16.13 linux/amd64
$ go1.17 version
go version go1.17 linux/amd64
1.16 instal...

Dharmit
Votes: 0
Answers: 1