package cli import ( "fmt" "testing" ) func TestKind(t *testing.T) { fmt.Println([]byte("www.nspix.com:12346")) }