Cleanup and committal of ansi table

This commit is contained in:
2022-09-27 00:53:42 -07:00
parent 1dd2bbd0e8
commit edf8f302a1
6 changed files with 151 additions and 43 deletions

View File

@@ -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)
}