package
Version:
v0.14.1
Opens a new window with list of versions in this module.
Published: Dec 16, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
osCmd := exec.Command("ssh", args...)
osCmd.Stdin = os.Stdin
osCmd.Stdout = os.Stdout
var stderrBytes bytes.Buffer
osCmd.Stderr = &stderrBytes
err := osCmd.Run()
return stderrBytes.String(), err
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.