()
| 27 | } |
| 28 | |
| 29 | func (a WalkAppFileArgs) AbsolutePath() string { |
| 30 | return filepath.Join(strings.Split(a.relativePath, "/")...) |
| 31 | } |
| 32 | |
| 33 | func (a WalkAppFileArgs) Equal(other WalkAppFileArgs) bool { |
| 34 | return a.RelativePath() == other.RelativePath() && |