Imports of package storage

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.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Masterminds/squirrel
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/mattn/go-sqlite3Package sqlite3 provides interface to SQLite3 databases.
hauru.club/x/okrzeja/servicePackage service implements services in their first phase of development.
hauru.club/x/okrzeja/service/configPackage config implements service for manipulating static and dynamic application's configuration.
hauru.club/x/okrzeja/service/httpxPackage httpx implements Okrzeja's HTTP server and specifies required services to run it.
hauru.club/x/okrzeja/service/restPackage rest provides HATEOS-compliant HTTP REST handlers and defines contracts used by those handlers.
hauru.club/x/okrzeja/storage/sqlitePackage sqlite implements storage interface for embedded sqlite3 database.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.