https://github.com/pseudomuto/pkg
Useful go packages I use in apps sometimes
https://github.com/pseudomuto/pkg
Last synced: about 1 year ago
JSON representation
Useful go packages I use in apps sometimes
- Host: GitHub
- URL: https://github.com/pseudomuto/pkg
- Owner: pseudomuto
- License: mit
- Created: 2018-11-18T21:47:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T14:09:19.000Z (about 3 years ago)
- Last Synced: 2025-01-30T14:52:35.032Z (over 1 year ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg
[![CI Status][ci-svg]][ci-url]
[![codecov][codecov-svg]][codecov-url]
[![GoDoc][godoc-svg]][godoc-url]
[![Go Report Card][goreport-svg]][goreport-url]
A collection of packages I find to be generally useful. See the [godoc] for documentation and examples.
[ci-svg]: https://github.com/pseudomuto/pkg/actions/workflows/ci.yaml/badge.svg?branch=main
[ci-url]: https://github.com/pseudomuto/pkg/actions/workflows/ci.yaml
[codecov-svg]: https://codecov.io/gh/pseudomuto/pkg/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/pseudomuto/pkg
[godoc-svg]: https://pkg.go.dev/github.com/pseudomuto/pkg?status.svg
[godoc-url]: https://pkg.go.dev/github.com/pseudomuto/pkg
[godoc]: https://pkg.go.dev/github.com/pseudomuto/pkg
[goreport-svg]: https://goreportcard.com/badge/github.com/pseudomuto/pkg
[goreport-url]: https://goreportcard.com/report/github.com/pseudomuto/pkg