@@ -10,13 +10,13 @@ package main
import (
"fmt"
"github.com/annybs/go/random"
"code.aneur.in/go/random"
)
func main() {
n := make([]bool, 10)
for i := range n {
fmt.Println(random.Str(4 + i))
fmt.Println(random.Alpha(4 + i))
}
```
The note is not visible to the blocked user.