github.com/pkg/sftp@v1.13.6/attrs_test.go (about)

     1  package sftp
     2  
     3  import (
     4  	"os"
     5  )
     6  
     7  // ensure that attrs implemenst os.FileInfo
     8  var _ os.FileInfo = new(fileInfo)