trivial cleanups from golang

the results of a code cleanup performed by the goland IDE.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-07-03 14:35:11 -05:00
parent f5593d305f
commit fec1de6ef4
21 changed files with 27 additions and 27 deletions

View File

@ -19,8 +19,8 @@ import (
"github.com/containers/image/types"
"github.com/containers/libpod/libpod/events"
"github.com/containers/libpod/pkg/registries"
multierror "github.com/hashicorp/go-multierror"
opentracing "github.com/opentracing/opentracing-go"
"github.com/hashicorp/go-multierror"
"github.com/opentracing/opentracing-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)