Select Git revision
-
Md. Alim Ul Karim authored
v0.6.3
Md. Alim Ul Karim authoredv0.6.3
LocationFileInfoRwxWrapper.go 144 B
package chmodhelper
import "os"
type LocationFileInfoRwxWrapper struct {
Location string
FileInfo os.FileInfo
RwxWrapper *RwxWrapper
}