From 855107f33041c752e65a575f587fe04a1c2d1a03 Mon Sep 17 00:00:00 2001 From: Foil-hat-guy Date: Tue, 15 Apr 2025 20:58:27 +0300 Subject: [PATCH] New comment to test go get. --- ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.go b/ui.go index ced148d..6fb3c86 100644 --- a/ui.go +++ b/ui.go @@ -1,5 +1,5 @@ // This package provides --quiet and --verbose flags for cli and corresponding output print functions PrintOut and PrintVerbose. - +// Another line package ui import (