diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-27 14:37:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-27 14:43:02 +0200 |
commit | 5b2097cd2ed016f78ae2c2bcc068dfe3f42e44bd (patch) | |
tree | ab047ebe3f342570978b487e4ea4d96bc0d0070c /.gitignore | |
parent | f340f74e1d06aa588dd075f3922505878915da01 (diff) |
Added datafile for persistent ideas
The data file uses a version number for debugging and is serialized into
a data file, for now this is good enough but because of encapsulating
the data in a struct there is no convenient way of appending to the
Ideas slice.
- Removed the Rating as it is not really constructive.
- Added handling of SIGINT to keep the data even on exit from air of
Ctrl-c
- Removed example data
- Use log instaed of fmt everywhere
- Removed Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ tmp/ +ideez +ideas.data |