From: Sergey Matveev Date: Wed, 11 Jun 2025 09:06:58 +0000 (+0300) Subject: "also in" X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=69e6ac007e231e6e5c639bcd90ffe6dfcc29d632;p=linksexp.git "also in" --- 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) {