Address review comments, fix gofmt and lint

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2017-11-07 14:57:29 -05:00
parent c6fe4430b7
commit cb56716fc4
3 changed files with 11 additions and 7 deletions

View File

@ -7,10 +7,12 @@ import (
"path/filepath"
"time"
_ "github.com/mattn/go-sqlite3"
spec "github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
// Use SQLite backend for sql package
_ "github.com/mattn/go-sqlite3"
)
// Performs database setup including by not limited to initializing tables in