gopher-hole is a repository for generic Go functionality: reusable
packages, utilities, and patterns that can be used across different Go
services and applications.
This repo is organized as a collection of focused Go packages, including:
util/for common helper functionalitymetrics/for metrics-related code and monitoring helperslender/for model lending/serving functionalityinternal/for private implementation details not exposed outside this module
Go module path:
module github.com/sassoftware/gopher-holeClone the repository and run tests:
go test ./...Maintainers are accepting patches and contributions to this project. Please read CONTRIBUTING.md for details about submitting contributions to this project.
Please see our Security Policy for details.
This project is licensed under the Apache 2.0 License.
This project's logo features the Go Gopher mascot, created by Renee French and licensed under the Creative Commons 4.0 Attribution License.
| Dependency | License |
|---|---|
github.com/prometheus/client_golang |
LICENSE |
github.com/prometheus/client_model |
LICENSE |
github.com/rs/zerolog |
LICENSE |
github.com/stretchr/testify |
LICENSE |