Stdlib Mirror NamingPackages mirror Go standard library naming with an x suffix alias convention — netx, osx, fmtx — so imports stay intuitive.
Generic UtilitiesType-safe generic functions for slices (Filter, Map, GroupBy) and the functional options pattern (Option, OptionE).
Testing HelpersTag-based test filtering, free port allocation, and cryptographic key generation for integration and security tests.
Environment ParsingTyped environment variable access with defaults — booleans, integers, floats, string slices, and maps out of the box.