aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-08-11 23:14:44 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-08-17 16:41:59 +0200
commita48f97c25d421c0da21467f8e0e736c19c58c6e1 (patch)
tree053da4e524305ac3d3673ee7e088bfde4385464e /README.md
parentab5012e0083ff6623ffab78f52f9ea1120d80ffb (diff)
downloadgo-gg-a48f97c25d421c0da21467f8e0e736c19c58c6e1.tar.gz
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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