From 19b5a0f66ab4fa5df7baca729d2bb8ac9e57070f Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Fri, 20 Dec 2024 06:59:05 -0600 Subject: [PATCH] Add package comment. --- internal/util/must/must.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/util/must/must.go b/internal/util/must/must.go index 316df74..662fd51 100644 --- a/internal/util/must/must.go +++ b/internal/util/must/must.go @@ -1,3 +1,4 @@ +// Package must provides functions to perform an action or panic. package must // Get returns the value of v if err is nil and panics otherwise.