Skip to content

Instantly share code, notes, and snippets.

@nhocki
Created October 18, 2017 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhocki/4d6fa2284139ee19118de73301aa989c to your computer and use it in GitHub Desktop.
Save nhocki/4d6fa2284139ee19118de73301aa989c to your computer and use it in GitHub Desktop.
UUID generation tool
package main
import (
"fmt"
"github.com/mattetti/uuid"
)
func main() {
fmt.Println(uuid.GenUUID())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment