Merge pull request #111 from harsimranmaan/gofmt

Keep gofmt happy
This commit is contained in:
Martin Bertschler 2016-12-08 19:17:24 +01:00 committed by GitHub
commit 22793e5c8b
2 changed files with 8 additions and 8 deletions

View File

@ -14,8 +14,8 @@
package sftpfs package sftpfs
import ( import (
"os"
"github.com/pkg/sftp" "github.com/pkg/sftp"
"os"
) )
type File struct { type File struct {