``` daemon/logger/splunk/splunk_test.go:33: File is not `goimports`-ed (goimports) envKey: "a", envRegexKey: "^foo", labelsKey: "b", tagKey: "c", integration/build/build_test.go:41: File is not `goimports`-ed (goimports) rm: false, forceRm: false, integration/image/remove_unix_test.go:49: File is not `goimports`-ed (goimports) Root: d.Root, ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Adds support for ReplicatedJob and GlobalJob service modes. These modes allow running service which execute tasks that exit upon success, instead of daemon-type tasks. Signed-off-by: Drew Erny <drew.erny@docker.com>