Imports of package stdlib

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/rqlite/gorqlitePackage gorqlite provieds a database/sql-like driver for rqlite, the distributed consistent sqlite.
ioPackage io provides basic interfaces to I/O primitives.