Extensions and helpers for the go stdlib. Targeted at common web app usages. Important is that it's zero dependencies.
read config from flags and env vars (based on reflection). Minimal setup required.
Counterpart to time
but for dates with the lowest resolution being day.
Very simple wrappers around email APIs.
Basic SQL DB migration support.
Random ID generation, no need for UUID package to generate a random ID. Uses crypto to generate random numbers.
Utils around sql databases, currently only for NullStr
.
Http package utils. Mainly for server and handlers. Extended to also improve http.Client
.
Utilities for working with templates. Currently mainly aimed at server side rendering and development to support "hot reload" vs precompiling and embedding in production.