An open API service indexing awesome lists of open source software.

https://github.com/senorprogrammer/uuid

Command line tool to generate UUIDs
https://github.com/senorprogrammer/uuid

go golang uuid-generator

Last synced: about 1 year ago
JSON representation

Command line tool to generate UUIDs

Awesome Lists containing this project

README

          

# 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
```