Skip to content

Repository files navigation

gopher-hole

gopher-hole is a repository for generic Go functionality: reusable packages, utilities, and patterns that can be used across different Go services and applications.

Overview

This repo is organized as a collection of focused Go packages, including:

  • util/ for common helper functionality
  • metrics/ for metrics-related code and monitoring helpers
  • lender/ for model lending/serving functionality
  • internal/ for private implementation details not exposed outside this module

Table of Contents

Module

Go module path:

module github.com/sassoftware/gopher-hole

Getting Started

Clone the repository and run tests:

go test ./...

Contributing

Maintainers are accepting patches and contributions to this project. Please read CONTRIBUTING.md for details about submitting contributions to this project.

Security Policy

Please see our Security Policy for details.

License

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.

Third-Party Dependencies

Dependency License
github.com/prometheus/client_golang LICENSE
github.com/prometheus/client_model LICENSE
github.com/rs/zerolog LICENSE
github.com/stretchr/testify LICENSE

About

A repository for generic Go functionality

Resources

Contributing

Security policy

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages