Resource returns the given resource, and an error if it didn't succeed.
(url string)
| 17 | |
| 18 | // Resource returns the given resource, and an error if it didn't succeed. |
| 19 | Resource(url string) (Resource, error) |
| 20 | } |
| 21 | |
| 22 | // FileLoaderRooter must be implemented by file loaders that need to known the |
no outgoing calls