|
пре 10 месеци | |
---|---|---|
.github | пре 10 месеци | |
.gitignore | пре 10 месеци | |
LICENSE.md | пре 11 месеци | |
README.md | пре 10 месеци | |
go.mod | пре 10 месеци | |
random.go | пре 1 година |
Functions to create random values. That's about the size of it.
package main
import (
"fmt"
"github.com/annybs/go/random"
)
func main() {
n := make([]bool, 10)
for i := range n {
fmt.Println(random.Str(4 + i))
}
}
See LICENSE.md