Changes based on PR

This commit is contained in:
Jiri Appl
2018-08-03 12:01:41 -07:00
parent 350b9857de
commit 5380df2ba5
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ const (
// FileBasicInfo contains file access time and file attributes information.
type FileBasicInfo struct {
CreationTime, LastAccessTime, LastWriteTime, ChangeTime syscall.Filetime
FileAttributes uint64 // includes padding
FileAttributes uint32
pad uint32 // padding
}
// GetFileBasicInfo retrieves times and attributes for a file.