An open API service indexing awesome lists of open source software.

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

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