@@ -0,0 +1,11 @@
package main
import (
"fmt"
"os"
)
func main() {
fmt.Fprintf(os.Stderr, "Not Yet Implemented")
os.Exit(1)
}
The note is not visible to the blocked user.