package main import "testing" func TestCli(t *testing.T) { cli, err := NewProCli("http://192.168.1.21:9090") if err != nil { t.Fatal(err) } _ = cli }