Skip to content

vasuvanka/gouniq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gouniq

uniq id string generator for go

Import gouniq package

- go get github.com/vasuvanka/gouniq

Usage

	uniqIDWithGivenLen, err := gouniq.NewID(10)
	if err != nil {
		log.Fatal(err)
    	}

License

MIT

Free Software