From a48f97c25d421c0da21467f8e0e736c19c58c6e1 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 11 Aug 2026 23:14:44 +0200 Subject: add package microprom This does not have test coverage yet, because the test coverage will be in the `testing/` module, but `go mod tidy` will not run there until there is a commit that has the microprom package itself. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2a2ad6e..c3826e1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ My personal extension of the standard library. ### Addons for net/http - [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern +- [microprom](./microprom/): a minimal alternative implementation of [promhttp](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus/promhttp) - [pathrouter](./pathrouter/): HTTP router that differentiates endpoints based on paths without any regex matching ### Addons for testing -- cgit v1.3.1