Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ uuid Public
forked from google/uuid

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

License

Notifications You must be signed in to change notification settings

d3code/uuid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid

The uuid package generates and inspects UUIDs based on RFC 9562 and DCE 1.1: Authentication and Security Services.

This package builds upon the github.com/google/uuid library but makes a key modification: it changes the response type of UUID().Value() from string to []byte.

This adjustment enables the use of UUIDs in databases that require a byte format rather than a string format, specifically serving as a replacement for the uuid_to_bin function in MySQL.

Install
go get github.com/d3code/uuid
Documentation

Go Reference

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: https://pkg.go.dev/github.com/d3code/uuid

About

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%