Find recieves the path to a desired import relative to the current file. The path it is supplied may not be valid, the loader should transform it into a valid path if possible or return a fully invalid path if the api file cannot be found.
(path file.Path)
| 51 | // into a valid path if possible or return a fully invalid path if the api |
| 52 | // file cannot be found. |
| 53 | Find(path file.Path) file.Path |
| 54 | // Load takes a path returned by Find and returns the content the path |
| 55 | // represents, or an error if the path was not valid. |
| 56 | Load(file.Path) ([]byte, error) |
no outgoing calls
no test coverage detected