()
| 23 | } |
| 24 | |
| 25 | func (a WalkAppFileArgs) RelativePath() string { |
| 26 | return filepath.Join(strings.Split(a.relativePath, "/")...) |
| 27 | } |
| 28 | |
| 29 | func (a WalkAppFileArgs) AbsolutePath() string { |
| 30 | return filepath.Join(strings.Split(a.relativePath, "/")...) |
no outgoing calls
no test coverage detected