package
module
Version:
v0.0.0-...-af8bcd0
Opens a new window with list of versions in this module.
Published: May 19, 2016
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
README
¶
uuid

Stupid golang UUID generator
Installation
go get -u "github.com/getblank/uuid"
Usage
Import to your project
import "github.com/getblank/uuid"
Then use
id := uuid.NewV4()
Documentation
¶
NewV4 creates new string UUID version 4
Source Files
¶
Click to show internal directories.
Click to hide internal directories.