Skip to content

fanzy618/uuid.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uuid.go

A simple uuid wrapper for golang on linux.

Example:

//Create

id := uuid.New()

uuidString := id.String()

//Clone an uuid

cdata := id.Bytes()

nid := uuid.FromBytes(cdata)

About

A simple uuid implement written by go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages