context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Masterminds/squirrel | |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
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/rest | Package rest provides HATEOS-compliant HTTP REST handlers and defines contracts used by those handlers. |
hauru.club/x/okrzeja/storage/sqlite | Package sqlite implements storage interface for embedded sqlite3 database. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |