mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
golangci: enable goimports
Enable the goimports linter and fix reports. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -5,13 +5,13 @@ import (
|
||||
"bytes"
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/sirupsen/logrus"
|
||||
"io"
|
||||
osexec "os/exec"
|
||||
"time"
|
||||
|
||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// DefaultPostKillTimeout is the recommended default post-kill timeout.
|
||||
|
Reference in New Issue
Block a user