summaryrefslogtreecommitdiff
path: root/pkg/bindings
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-06 14:16:56 +0100
committerGitHub <noreply@github.com>2020-03-06 14:16:56 +0100
commitf07e18f05c07026e4544788a1359122c81adcde7 (patch)
treee5ded209dc790ff2794a782aae6cf95d542b8f84 /pkg/bindings
parent60e9e7ca9c9081f31f6b37c922f0058f82b989ad (diff)
parent593eb7625a75f5ea670bc53316d7a8b4e376203b (diff)
downloadpodman-f07e18f05c07026e4544788a1359122c81adcde7.tar.gz
podman-f07e18f05c07026e4544788a1359122c81adcde7.tar.bz2
podman-f07e18f05c07026e4544788a1359122c81adcde7.zip
Merge pull request #5408 from vrothberg/goimports
golangci: enable goimports
Diffstat (limited to 'pkg/bindings')
-rw-r--r--pkg/bindings/containers/healthcheck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/containers/healthcheck.go b/pkg/bindings/containers/healthcheck.go
index dc607c1b3..3f94fad01 100644
--- a/pkg/bindings/containers/healthcheck.go
+++ b/pkg/bindings/containers/healthcheck.go
@@ -2,10 +2,10 @@ package containers
import (
"context"
- "github.com/containers/libpod/pkg/bindings"
"net/http"
"github.com/containers/libpod/libpod"
+ "github.com/containers/libpod/pkg/bindings"
)
// RunHealthCheck executes the container's healthcheck and returns the health status of the