Skip to content

Hash strings into animals "dog" -> 🐭🐱🐹

Notifications You must be signed in to change notification settings

s3bw/animal-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Animal Hash

A hash that returns a unique string of animal γˆγ‚‚γ˜

Usage

package main

import (
	"fmt"

	animalhash "github.com/foxyblue/animal-hash/animal-hash"
)

func main() {
	// Output: 🐭🐱🐹
	fmt.Println(animalhash.Hash("dog", 23))
}

About

Hash strings into animals "dog" -> 🐭🐱🐹

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages