Skip to content

yuanbenio/go-base36

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang base36

Contents

package main

import (
    "fmt"
    "github.com/yuanbenio/go-base36"
)

func main(){
    // length 64
    hash := base36.DecodeToHexString("5RN80I4FEE7Z7TDEZEE53P2U9J99R1GI8LM1GNFLFFI6AW5J40")
    fmt.Println(hash)
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages