From 8ceba579e780069dc5b5c866c0b9fa88fb736a4a Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Mon, 13 Jun 2016 11:59:16 +1000 Subject: [PATCH] remove several roadmap items, i think they are done --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 875bf27..e406b1e 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ The Walker interface for directory traversal is heavily inspired by Keith Rarick roadmap ------- - * Currently all traffic with the server is serialized, this can be improved by allowing overlapping requests/responses. * There is way too much duplication in the Client methods. If there was an unmarshal(interface{}) method this would reduce a heap of the duplication. - * Implement integration tests by talking directly to a real opensftp-server process. This shouldn't be too difficult to implement with a small refactoring to the sftp.NewClient method. These tests should be gated on an -sftp.integration test flag. _in progress_ contributing ------------