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
- Host: GitHub
- URL: https://github.com/senorprogrammer/uuid
- Owner: senorprogrammer
- Created: 2018-12-31T00:29:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T15:46:20.000Z (about 1 year ago)
- Last Synced: 2025-01-18T16:22:02.454Z (about 1 year ago)
- Topics: go, golang, uuid-generator
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```