@ -1,12 +1,12 @@
package main
import (
"bufio"
"fmt"
"os"
)
func main(){
func main() {
if len(os.Args) < 2 {
fmt.Fprintf(os.Stderr, "filename required\n")
os.Exit(1)
The note is not visible to the blocked user.