Categorygithub.com/yourbase/commons
module
0.9.1
Repository: https://github.com/yourbase/commons.git
Documentation: pkg.go.dev

# README

YourBase Commons

This is a collection of common utility Go packages used throughout YourBase.

License

BSD 3-Clause. Some portions are copyright The Go Authors.

# Packages

Package batchio provides mechanisms for converting a stream of bytes into batches of approximately equal time and space.
Package ctxwebsocket provides context-aware I/O functions on WebSockets.
Package envvar provides functions to read environment variables for configuration.
Package herokurequest provides context information for the request ID.
No description provided by the author
Package https provides middleware to redirect users to HTTPS if they connect via HTTP.
Package ini provides a parser and serializer for the INI file format.
Package jsonstring provides a function for encoding a JSON string literal.
Package retry provides a function for retrying an operation.
Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.