From b7ed03573054954626ac6144090e6bf1cc9963bc Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien <mechiel@ueber.net> Date: Mon, 15 Apr 2024 20:33:44 +0200 Subject: [PATCH] add godoc to metrics/ --- metrics/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/metrics/auth.go b/metrics/auth.go index db1ec09..ae7906c 100644 --- a/metrics/auth.go +++ b/metrics/auth.go @@ -1,3 +1,4 @@ +// Package metrics has (prometheus) metrics shared between components of mox, e.g. for authentication. package metrics import (