address review comments before merge

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-01-10 09:47:19 -06:00
parent 25b34972f4
commit c3956b1974
9 changed files with 16 additions and 19 deletions

View File

@ -1,11 +1,12 @@
package handlers
import (
"net/http"
"github.com/containers/libpod/libpod"
"github.com/gorilla/mux"
"github.com/gorilla/schema"
"github.com/pkg/errors"
"net/http"
)
// Convenience routines to reduce boiler plate in handlers