Xc130d210
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
已编辑于 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... -
创建于 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...