package
0.0.0-20230211010958-c91f845b7845
Repository: https://github.com/pixdale/sh-code-challenge.git
Documentation: pkg.go.dev

# Functions

Hash takes a password and returns the hashed password.
VerifyPassword takes a hashed password and password and returns an error if they do not match.

# Constants

MaxSummarySize is a constant that represents the maximum size allowed for the summary of a task.

# Structs

Task represents a task in the application.
User represents a user in the database.