A set of utilities used in every go project
Several helpers were moved out of the root toolbelt package to avoid pulling external dependencies into every import.
toolbelt/db: sqlite + timestamp helpers fromdatabase.go(Database, NewDatabase, Julian/Stmt helpers, migrations).toolbelt/protobuf: protobuf marshal/unmarshal helpers fromprotobuf.go.toolbelt/egctx: errgroup helpers fromegctx.go.toolbelt/id: ID generation/encoding helpers fromid.go(no chi dependency).toolbelt/web: chi-based request param helpers (ChiParamInt64, ChiParamEncodedID).
If you were importing these from toolbelt directly, update your imports to the package listed above.