Imports of simple command

PathSynopsis
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gopkg.in/go-playground/validator.v8Package validator implements value validations for structs and individual fields based on tags.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.