From 69e6ac007e231e6e5c639bcd90ffe6dfcc29d632 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 11 Jun 2025 12:06:58 +0300 Subject: [PATCH] "also in" --- swg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swg.go b/swg.go index 8041dcc..c6a11a4 100644 --- a/swg.go +++ b/swg.go @@ -47,7 +47,7 @@ func swg(cats []string, data map[string][]map[string][]string) { } sort.Strings(catsOther) if len(catsOther) > 0 { - fmt.Println(" ", strings.Join(catsOther, " ")) + fmt.Println(" also in:", strings.Join(catsOther, " ")) } } switch feeds := ent["feed"]; len(feeds) { -- 2.50.0