Production-ready net/http middleware for Go: request ID, real IP, panic recovery, logging, timeout, compression, throttling, CORS and security headers.
Constant/sentinel error helper for Go: errs.Const is a string newtype implementing error, with a %w-wrapping .With() that stays matchable via errors.Is