context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
embed | Package embed provides access to files embedded in the running Go program. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/mattn/go-sqlite3 | Package sqlite3 provides interface to SQLite3 databases. |
hauru.club/x/okrzeja/service | Package service implements services in their first phase of development. |
hauru.club/x/okrzeja/service/config | Package config implements service for manipulating static and dynamic application's configuration. |
hauru.club/x/okrzeja/service/httpx | Package httpx implements Okrzeja's HTTP server and specifies required services to run it. |
hauru.club/x/okrzeja/service/log | Package log implements logging and telemetry utilities for okrzeja web server. |
hauru.club/x/okrzeja/service/rest | Package rest provides HATEOS-compliant HTTP REST handlers and defines contracts used by those handlers. |
hauru.club/x/okrzeja/storage | Package storage contains repository adapters for database interfaces. |
hauru.club/x/okrzeja/web | Package web contains web assets meant to be embedded into program's binary. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
time | Package time provides functionality for measuring and displaying time. |