Categorygithub.com/mintance/go-uniqid
modulepackage
0.0.0-20180517195806-49cb885aad99
Repository: https://github.com/mintance/go-uniqid.git
Documentation: pkg.go.dev

# README

go-uniqid   Tweet

License: Apache 2 Golang Version GitHub issues Travis CI

Simple PHP uniqid() implementation in Golang

How to use

Just include our package

go get github.com/mintance/go-uniqid

See samples

In PHP was:

$id = uniqid("test", true);

In Go type:

id := uniqid.New(uniqid.Params{"test", true})

# Functions

No description provided by the author

# Structs

No description provided by the author