Skip to content
Snippets Groups Projects
LocationFileInfoRwxWrapper.go 144 B
Newer Older
  • Learn to ignore specific revisions
  • Md. Alim Ul Karim's avatar
    Md. Alim Ul Karim committed
    package chmodhelper
    
    import "os"
    
    type LocationFileInfoRwxWrapper struct {
    	Location   string
    	FileInfo   os.FileInfo
    	RwxWrapper *RwxWrapper
    }