描述 Go软件包,用于通过SSH运行Linux分布式Shell命令。 为什么? 我想尝试使用分布式SSH命令,并为旧的,过时的存储库提供功能替代。 例子: package main import "github.com/discoriver/massh" func main() { // Create pointers to config & job config := &massh.Config{} job := &massh.Job{ Command: "echo hello world", } config.SetHosts([]string{"host1", "h