()
| 64 | } |
| 65 | |
| 66 | func (c *App) removeUpdateState() { |
| 67 | os.Remove(c.updateStateFilename()) //nolint:errcheck |
| 68 | } |
| 69 | |
| 70 | // getUpdateState reads the update state file if available. |
| 71 | func (c *App) getUpdateState() (*updateState, error) { |
no test coverage detected