executor_test.go 122 B

123456789101112
  1. package cli
  2. import (
  3. "fmt"
  4. "testing"
  5. )
  6. func TestKind(t *testing.T) {
  7. fmt.Println([]byte("www.nspix.com:12346"))
  8. }