uuid

package module
v0.0.0-...-f8d59c4 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2020 License: MIT Imports: 7 Imported by: 0

README

uuid

The uuid package generates UUIDs based on RFC 4122: Time-Based UUID

Install

go get -u github.com/m7shapan/uuid

How to use

package main

import (
	"fmt"

	"github.com/m7shapan/uuid"
)

func main() {
	fmt.Println(uuid.NewUUID()) // 2bf08894-47a3978-bbdd8c85-70d16847
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUUID

func NewUUID() string

NewUUID create Universally unique identifier

Types

This section is empty.

Jump to

Keyboard shortcuts

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