masterzen / winrm

Command-line tool and library for Windows remote command execution in Go
Apache License 2.0
425 stars 129 forks source link

Wrapped errors #120

Closed nascarsayan closed 3 years ago

nascarsayan commented 3 years ago
  1. Wrapping the errors returned by winrm, which can help the client package to take better decisions by unwrapping the error.
  2. Ran go mod tidy.