Get downloads the given URL into the given directory. This always assumes that we're updating and gets the latest version that it can. The directory may already exist (if we're updating). If it is in a format that isn't understood, an error should be returned. Get shouldn't simply nuke the director
(context.Context, *Request)
| 34 | // format that isn't understood, an error should be returned. Get shouldn't |
| 35 | // simply nuke the directory. |
| 36 | Get(context.Context, *Request) error |
| 37 | |
| 38 | // GetFile downloads the give URL into the given path. The URL must |
| 39 | // reference a single file. If possible, the Getter should check if |
no outgoing calls