@@ -427,6 +427,11 @@ func main() {
}
// Output final results in JSON
j, _ := json.Marshal(combined)
if len(combined) > 0 {
fmt.Println(string(j))
} else {
fmt.Println("{}")
The note is not visible to the blocked user.