From 2ee7091933d2c07338dfb4699ce5665951b47afd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 16 Mar 2023 18:38:11 -0400 Subject: tree-wide: Ensure that all packages have a doc comment --- lib/fmtutil/fmt.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/fmtutil') diff --git a/lib/fmtutil/fmt.go b/lib/fmtutil/fmt.go index b310eb6..bad4a30 100644 --- a/lib/fmtutil/fmt.go +++ b/lib/fmtutil/fmt.go @@ -1,7 +1,9 @@ -// Copyright (C) 2022 Luke Shumaker +// Copyright (C) 2022-2023 Luke Shumaker // // SPDX-License-Identifier: GPL-2.0-or-later +// Package fmtutil provides utilities for implementing the interfaces +// consumed by the "fmt" package. package fmtutil import ( -- cgit v1.2.3-2-g168b