uuidsortable

command module
v0.0.0-...-e5bb75f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2017 License: MIT Imports: 5 Imported by: 0

README

uuidSortable

[WIP] Package to generate a Sortable UUID based on RFC 4122 with a timestamp.

https://goreportcard.com/report/github.com/joaoh82/uuidsortable

The main.go file is an example of a usage generating 1000 UUID in less then one second.

This code generates a UUID with a sortable timestamp.

u, err := NewIDSortable()
if err != nil {
    panic(err)
}

In the example there is also profiling enabled to check for memory usage.

Maintainer

Created in 2017 by João Henrique Machado Silva joaoh82@gmail.com @joaoh82. Under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL