You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use like outStr, err := ssh.Run(),whether execute Run() successfully or not,
the value of err is always 0. How can I get the exact return value of the ssh.Run() command.
Thank you!