Xc130d210
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
-
Xc130d210 创建了一个帖子, 已回答How to "import" in go files(test data) of go plugin unit test?
I want to write tests for an intention action of my go plugin. The action will first check the expression of a call whether `pkg/errors.Wrapf`, but in my unit test, the `errors.Wrapf` never resolve... -
Xc130d210 进行了评论, -
-
Xc130d210 创建了一个帖子, 已回答Intellij can't resolve dependencies in Gradle with not default buildFile
build.gradle use loop to create tasks: versions.each { shortVer, cfg -> task "build_${shortVer}"(type: GradleBuild) { tasks = ["buildPluginWithBunch", "test"] buildFile = 'buil...