chore: fix some function names in comments
Signed-off-by: blackflytech <blackflytech@outlook.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
761af75a25
commit
b12251f07f
@@ -18,7 +18,7 @@ type vfsHandler struct {
|
||||
*vfs.VFS
|
||||
}
|
||||
|
||||
// vfsHandler returns a Handlers object with the test handlers.
|
||||
// newVFSHandler returns a Handlers object with the test handlers.
|
||||
func newVFSHandler(vfs *vfs.VFS) sftp.Handlers {
|
||||
v := vfsHandler{VFS: vfs}
|
||||
return sftp.Handlers{
|
||||
|
||||
Reference in New Issue
Block a user