Imports of custom command

PathSynopsis
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-playground/validator/v10Package 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.