|
|
пре 1 година | |
|---|---|---|
| .github | пре 1 година | |
| .gitignore | пре 1 година | |
| LICENSE.md | пре 1 година | |
| README.md | пре 1 година | |
| go.mod | пре 1 година | |
| random.go | пре 2 година |
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