@@ -0,0 +1,11 @@
package main
import (
"fmt"
"io"
)
func run(args []string, stdout io.Writer) error {
fmt.Println("hello world")
return nil
}
The note is not visible to the blocked user.