(path1 string, path2 string)
| 84 | } |
| 85 | |
| 86 | func joinPath(path1 string, path2 string) string { |
| 87 | return path.Join(path1, path2) |
| 88 | } |
| 89 | |
| 90 | // cleanPath applies the following rules |
| 91 | // iteratively until no further processing can be done: |
no outgoing calls
no test coverage detected
searching dependent graphs…