uuid

package module
v0.0.0-...-7a452f0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2014 License: MIT Imports: 2 Imported by: 0

README

Go UUID

Simple, dumb UUID generator.

For now, only generates a v4, random guid. Perhaps more later, but no plans at this time as this works for my current use.

Sample Use:

package main

import (
  "fmt"
  "github.com/victorquinn/go-uuid"
)

func main() {
  // get and print a uuid
  fmt.Println(uuid.Generate())
}

Originally pulled from this post

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate() string

Types

This section is empty.

Jump to

Keyboard shortcuts

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