()
| 77 | } |
| 78 | |
| 79 | func (uc updatesCache) ReleaseURL() string { |
| 80 | return "https://writefreely.org/releases/" + uc.latestVersion |
| 81 | } |
| 82 | |
| 83 | // ReleaseNotesURL returns the full URL to the blog.writefreely.org release notes |
| 84 | // for the latest version as stored in the cache. |
no outgoing calls
no test coverage detected