Skip to content
forked from bchandy/url62-go

url62 is a Go library to generate really unique and url friendly IDs based on UUID and base62

Notifications You must be signed in to change notification settings

drdaeman/url62-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

url62

url62 is a library to generate really unique and url friendly IDs based on UUID and base62

Usage

import "github.com/8protons/url62-go/url62"

url62.FromUUID("6ba7b814-9dad-11d1-80b4-00c04fd430c8")
"U7PVVMkSSJGepn8RKilghA"

License

Copyright © 2013 8protons (developed by Anthony Sekatski)

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

url62 is a Go library to generate really unique and url friendly IDs based on UUID and base62

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%