@@ -0,0 +1,9 @@
package main
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
app.Listen(":3000")
}
The note is not visible to the blocked user.