context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/go-arrower/arrower/alog | Package alog provides a logger that is a subset of the slog.Logger interface. |
github.com/go-arrower/arrower/app | Package app provides common decorators for use cases in the application layer. |
github.com/go-arrower/arrower/contexts/auth/internal/domain | |
github.com/go-arrower/arrower/contexts/auth/internal/infrastructure | |
github.com/go-arrower/arrower/jobs | Package jobs provides an easy way to run workloads in the background. |
github.com/google/uuid | |
log/slog | Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |