Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 213 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 213 Bytes

UUID

UUID is a command line tool for generating UUIDs, written in Go.

Usage

$> uuid
c69bce6f-fa82-42da-99e1-7d48c4136ff4

Installation

go get github.com/senorprogrammer/uuid
go install