Closed connyay closed 8 years ago
What an unfortunate upstream change. Do you feel that not mutating the new winrm.DefaultProperties variable is safer?
params := winrm.NewParameters(
winrm.DefaultParameters.Timeout,
winrm.DefaultParameters.Locale,
winrm.DefaultParameters.EnvelopeSize)
it is a bit unfortunate 😞
I think not mutating is a good idea - updated.
Fantastic, thanks!
Looks like a breaking change was made via https://github.com/masterzen/winrm/pull/44