studio-b12 / gowebdav

A golang WebDAV client library and command line tool.
BSD 3-Clause "New" or "Revised" License
309 stars 89 forks source link

Fix early defer panic. #29

Closed kitech closed 5 years ago

kitech commented 5 years ago

When error happend, rs should be nil, defer cause panic. Should check error first. Happended here.

chripo commented 5 years ago

thanks.