@@ -0,0 +1,3 @@
module hello-project
go 1.19
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
The note is not visible to the blocked user.