liuyuqi-dellpc 2 years ago
parent
commit
a688a5fefd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      convert.go

+ 1 - 0
convert.go

@@ -14,6 +14,7 @@ func doCommand(cmd string) {
 		fmt.Println(err.Error())
 		return
 	}
+	fmt.Print("finish.... result is:")
 	fmt.Print(string(stdout))
 }