Gareth Adams

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Gareth Adams created a post, AnsweredSSH Support within docker build
Hi, I'm trying to follow the https://blog.jetbrains.com/go/2020/05/04/go-development-with-docker-containers/ post but apply it to one of our own projects. The build is failing because we use an int... -
-
Gareth Adams created a post, Answeredvgo project settings need to be stored outside workspace.xml
Hi, I've just realised that, when I set the GOPROXY settings for a project in GoLand they are stored in the workspace.xml. This won't work for me as I don't want to include workspace.xml in Git as ... -
-
-
Gareth Adams created a post, Answeredgolint style warnings
Hi, I want to get warnings to appear in GoLand that match the golint warnings about common initialisms. i.e. I want GoLand to warn when it sees words like ASCII, URL, JSON etc. (full list is here...