]> Sergey Matveev's repositories - linksexp.git/commitdiff
"also in"
authorSergey Matveev <stargrave@stargrave.org>
Wed, 11 Jun 2025 09:06:58 +0000 (12:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 11 Jun 2025 09:06:58 +0000 (12:06 +0300)
swg.go

diff --git a/swg.go b/swg.go
index 8041dcc60b97ad815e4ddb74947dc67c21750cae..c6a11a456b8c9e2848a0a4197faa1c7ed8fbfcf5 100644 (file)
--- 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) {