dim13/gone

Cache file is not created nor used when empty and present

almereyda opened this issue · 1 comments

Running gone says

2019/03/20 13:04:53 open /home/username/.cache/gone.gob: no such file or directory

Manually creating the directory did not help, neither did touching the file.

$ mkdir -p /home/username/.cache/
$ gone
2019/03/20 13:04:53 open /home/username/.cache/gone.gob: no such file or directory
$ touch .cache/gone.gob
$ gone
2019/03/20 13:05:07 EOF

This means all records of gone are lost when the process is terminated.

dim13 commented

On first run of application this file does not exist, and this message is totally fine. Ignore this message.
The file will be created automatically, and gets updated every minute (as per default). You don't have to create it manually.