CloudSoda / go-smb2

Client implementation of the SMB 2 & 3 protocols
BSD 2-Clause "Simplified" License
13 stars 5 forks source link

Remove the custom ContextError struct #16

Closed arashpayan closed 11 months ago

arashpayan commented 11 months ago

It was added to be compatible with os.IsTimeout() but that is no longer necessary now that errors.Is() exists.

arashpayan commented 11 months ago

Resolved in PR #17