|
hace 10 meses | |
---|---|---|
.github | hace 10 meses | |
.gitignore | hace 10 meses | |
LICENSE.md | hace 11 meses | |
README.md | hace 10 meses | |
go.mod | hace 10 meses | |
random.go | hace 1 año |
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