https://github.com/vayan/gouri
Generates random strings in go
https://github.com/vayan/gouri
Last synced: about 1 month ago
JSON representation
Generates random strings in go
- Host: GitHub
- URL: https://github.com/vayan/gouri
- Owner: vayan
- Created: 2013-07-03T09:48:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-03T10:23:41.000Z (almost 12 years ago)
- Last Synced: 2025-03-20T09:17:16.817Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOURI
## Package
`go get github.com/vayan/gouri`
## Usage
` string := gouri.New(12) //create a new random string of 12 chara. `