Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brittonhayes/pkg
A set of common utilities and helpers for Golang projects 📦
https://github.com/brittonhayes/pkg
color errors go golang helpers logging pkg templates
Last synced: 12 days ago
JSON representation
A set of common utilities and helpers for Golang projects 📦
- Host: GitHub
- URL: https://github.com/brittonhayes/pkg
- Owner: brittonhayes
- License: mit
- Created: 2021-06-04T05:35:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T23:25:05.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:48:00.364Z (25 days ago)
- Topics: color, errors, go, golang, helpers, logging, pkg, templates
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg
[![Go Report Card](https://goreportcard.com/badge/github.com/brittonhayes/pkg)](https://goreportcard.com/report/github.com/brittonhayes/pkg)
[![Go Reference](https://pkg.go.dev/badge/github.com/brittonhayes/pkg.svg)](https://pkg.go.dev/github.com/brittonhayes/pkg)> A set of common utilities and helpers for Golang projects.
## Usage
```shell
# Install with go get
go get github.com/brittonhayes/pkg
```