Finch provides a set of methods that calculate paths relative to the Finch path.
| 8 | |
| 9 | // Finch provides a set of methods that calculate paths relative to the Finch path. |
| 10 | type Finch string |
| 11 | |
| 12 | // FinchFinderDeps provides all the dependencies FindFinch needs to find Finch. |
| 13 | // |
no outgoing calls
no test coverage detected