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