feat: 代码结构优化

This commit is contained in:
meilin.huang
2021-05-08 20:50:34 +08:00
parent 4660757de5
commit af0d51293e
19 changed files with 134 additions and 238 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestSSH(t *testing.T) {
//ssh.ListenAndServe("148.70.36.197")
//cli := New("148.70.36.197", "root", "gea&630_..91mn#", 22)
//cli := New("148.70.36.197", "root", "g..91mn#", 22)
////output, err := cli.Run("free -h")
////fmt.Printf("%v\n%v", output, err)
//err := cli.RunTerminal("tail -f /usr/local/java/logs/eatlife-info.log", os.Stdout, os.Stdin)