mirror of
https://github.com/taigrr/colorhash.git
synced 2026-04-02 03:08:48 -07:00
in-progress commit for hash functionality extension
This commit is contained in:
@@ -3,10 +3,10 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
go_colorhash "github.com/taigrr/colorhash"
|
||||
"github.com/taigrr/colorhash"
|
||||
)
|
||||
|
||||
func main() {
|
||||
x := go_colorhash.HashString("asdasd")
|
||||
x := colorhash.HashString("asdasd")
|
||||
fmt.Println(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user