package
0.0.0-20240414154438-d99ce7fa4a54
Repository: https://github.com/kshji/go.git
Documentation: pkg.go.dev

# README

Microservice, return uuidv7

Use Go-language

go mod init uuidv7server
go mod tidy
go build

# example run
uuidv7server -p 8888 -l 127.0.0.1

Test it:

wget -q -O - "http://localhost:8888/uuidv7"

curl -X GET "http://localhost:8888/uuidv7"

Return five values, delimiter |

  • uuidv7
  • short
  • sequence
  • timestamp UTC
  • timestamp local

More documentation

Using uuidv7 with Bash / Ksh / Javascript / Postgresql / ....

Read more

# Functions

No description provided by the author