@@ -19,7 +19,7 @@ func main() {
input, _ := reader.ReadString('\n')
input = strings.TrimSpace(input)
if strings.Compare(input, "exit") == 0 {
if input == "exit" {
return
}
ast := read.ReadString(input)
The note is not visible to the blocked user.