Xc130d210
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Edited How to "import" in go files(test data) of go plugin unit test?
AnsweredI 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... -
Created Intellij can't resolve dependencies in Gradle with not default buildFile
Answeredbuild.gradle use loop to create tasks: versions.each { shortVer, cfg -> task "build_${shortVer}"(type: GradleBuild) { tasks = ["buildPluginWithBunch", "test"] buildFile = 'buil...