主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Daniil
GoLand Support Engineer 👋 🌊
活动总数
1151
最后的活动
2024年05月28日 10:11
成员加入日期
2020年06月03日 08:08
关注
0 名用户
关注者数
0 名用户
投票数
61
订阅数
383
活动概览
文章(0)
帖子(0)
评论(707)
按最近的活动排序
最近的活动
投票数
创建于
2020年07月22日 06:13
@... Thanks for your investigation. I'll add this information to the task.
社区
GoLand
GoLand - 2020.1.3 collapsed
0 票
已编辑于
2020年07月21日 21:56
@... Hello, I see you have already voted for the task GO-9354. You will be notified of the progress of this issue. Thanks for your contribution.
社区
GoLand
How to disable recompiling go source on debug?
0 票
创建于
2020年07月21日 15:54
I can say that it's more of a feature of the go test tool and therefore, may be confusing at first (especially the difference between running go test -v and go test -v filename.go). For another pro...
社区
GoLand
Why can't *_test.go files find functions defined in different files within the same package?
0 票
创建于
2020年07月21日 15:46
Hello, The first problem I see here is that the names of the packages are different, but most likely, it is a typo, and the dbconnect package is used everywhere in the project (on screenshot dbconn...
社区
GoLand
Why can't *_test.go files find functions defined in different files within the same package?
0 票
创建于
2020年07月21日 10:36
Hello, Thanks for the attached error logs. We already know about this problem and created a task JBR-2174. I recommend you go to it and vote to keep up to date (you will receive notification about ...
社区
GoLand
GoLand - 2020.1.3 collapsed
0 票
已编辑于
2020年07月21日 08:28
Hello, Earlier, we disable spellchecking inside Printf like functions, as it caused some problems, for example, GO-3867. If you have any idea how to use spell checking with placeholders in Printf l...
社区
GoLand
Spellchecking doesn't work on log.Printf
0 票
创建于
2020年07月18日 11:41
I'm attaching a screenshot of the configuration below. As a suggestion from my side, I recommend checking the version of the current local dependency and the current one in the repository, perhaps...
社区
GoLand
"TestMain(m *testing.M)" runs as a test itself but is failing
0 票
创建于
2020年07月17日 15:25
I created a repository for your situation: go-tests-examples. It repeats the situation you described (the folder contains only tests and init(), MainTest(), setup(), teardown()). You need to create...
社区
GoLand
"TestMain(m *testing.M)" runs as a test itself but is failing
0 票
已编辑于
2020年07月17日 08:33
Based on the documentation: "To write a new test suite, create a file whose name ends _test.go that contains the TestXxx functions as described here. Put the file in the same package as the one bei...
社区
GoLand
"TestMain(m *testing.M)" runs as a test itself but is failing
0 票
创建于
2020年07月16日 15:05
Hello Regina, The basic implementation of the TestMain function works for me without any problems, all three tests in the file (in different files also) are run and only they are displayed. func Te...
社区
GoLand
"TestMain(m *testing.M)" runs as a test itself but is failing
0 票
«
第一页
‹
上一页
下一页
›
最后
»