Gareth Adams
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
-
Gareth Adams 创建了一个帖子, 已回答SSH 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 创建了一个帖子, 已回答vgo 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 创建了一个帖子, 已回答golint 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...