Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 253 Bytes

UUIDv4

RFC 4122 UUID version 4 library for Golang projects.

Get library using
go get github.com/bitactro/UUIDv4

Include package:
import "github.com/bitactro/UUIDv4"

Generate UUID version 4:
uuidv4.GenerateUUID4()