sftp/attrs_test.go

9 lines
110 B
Go
Raw Permalink Normal View History

2013-11-05 13:28:45 +08:00
package sftp
import (
"os"
)
// ensure that attrs implemenst os.FileInfo
var _ os.FileInfo = new(fileInfo)