Unload releases the given resource from memory.
(url string)
| 14 | |
| 15 | // Unload releases the given resource from memory. |
| 16 | Unload(url string) error |
| 17 | |
| 18 | // Resource returns the given resource, and an error if it didn't succeed. |
| 19 | Resource(url string) (Resource, error) |
no outgoing calls