pkg / sftp

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

Add File.ReadFrom test on a SectionReader #485

Closed greatroar closed 2 years ago

greatroar commented 2 years ago

This tests ReadFrom's determining concurrency from the estimated input size. go test -cover -integration, before:

coverage: 77.3% of statements

After:

coverage: 79.2% of statements
puellanivis commented 2 years ago

Looks like quite excellent work!