Imports of package cmd

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
embedPackage embed provides access to files embedded in the running Go program.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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/logPackage log implements logging and telemetry utilities for okrzeja web server.
hauru.club/x/okrzeja/service/restPackage rest provides HATEOS-compliant HTTP REST handlers and defines contracts used by those handlers.
hauru.club/x/okrzeja/storagePackage storage contains repository adapters for database interfaces.
hauru.club/x/okrzeja/webPackage web contains web assets meant to be embedded into program's binary.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
timePackage time provides functionality for measuring and displaying time.