@@ -0,0 +1,15 @@
package main
import (
"fmt"
)
func main() {
fmt.Println(hello())
}
func hello() string {
return "Hello go"
The note is not visible to the blocked user.