Imports of package application

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-arrower/arrower/alogPackage alog provides a logger that is a subset of the slog.Logger interface.
github.com/go-arrower/arrower/appPackage 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/jobsPackage jobs provides an easy way to run workloads in the background.
github.com/google/uuid
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.