Work in progress
This commit is contained in:
parent
6a9ea55af6
commit
19eaa0f0d1
9
node.go
9
node.go
@ -23,5 +23,12 @@
|
||||
package main
|
||||
|
||||
type Node struct {
|
||||
name string
|
||||
Magic uint8
|
||||
Size uint64
|
||||
Atime int64
|
||||
Mtime int64
|
||||
Ctime int64
|
||||
Mode uint32
|
||||
Uid uint32
|
||||
Gid uint32
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user