pkg / sftp

SFTP support for the go.crypto/ssh package
BSD 2-Clause "Simplified" License
1.49k stars 379 forks source link

refactor sshfx encoding, fix link rot, go fmt #545

Closed puellanivis closed 1 year ago

puellanivis commented 1 year ago

I’ve poked around with the wire formatting code, and switched from a “check error every time” to “accumulate an error” which allows for more direct and concise unmarshals in general.

Also, I found the ietf draft link rot #544 and updated each of the ones that points to a version earlier than -13. (The -13 links are still valid.)

Also, we’ve accumulated some go fmt changes that show up in go 1.20, so I threw those in as well.

puellanivis commented 1 year ago

It’s ok. I’ve had to scale back from time to time as well. Especially, when a job comes in that doesn’t have a synergy with working on the project.