Categorygithub.com/top-solution/go-libs
module
0.18.6
Repository: https://github.com/top-solution/go-libs.git
Documentation: pkg.go.dev

# README

top-solution/go-libs

top-solution/go-libs is a collection of misc Go packages too small to move to their own repository.

They are all supposed to have tests, and maybe they will, one day.

# Packages

No description provided by the author
No description provided by the author
TODO: migrate to log/slog.
No description provided by the author
package events is an utility to manage broadcast messages to WebSocket clients.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
package version helps in including version information inside the binary ie: go build -ldflags="-X github.com/top-solution/go-libs/version.version=${GITHUB_REF_NAME} -X github.com/top-solution/go-libs/version.commit=${GITHUB_SHA} -X github.com/top-solution/go-libs/version.buildDate=$(date -I'seconds')".