|
há 10 meses atrás | |
---|---|---|
.github | há 10 meses atrás | |
.gitignore | há 10 meses atrás | |
LICENSE.md | há 11 meses atrás | |
README.md | há 10 meses atrás | |
go.mod | há 10 meses atrás | |
random.go | há 1 ano atrás |
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