changes.go 68 B

123456
  1. package basefs
  2. type Change struct {
  3. File *File
  4. deleted bool
  5. }