[go-nuts] Re: Best way to save users input data that could be used later?

2017-03-21 Thread Paulius Daubaris
> Note that you should probably return errors instead of bailing out right > away, but it all depends on what you are trying to do. > > P. > > Le lundi 20 mars 2017 23:27:15 UTC+1, Paulius Daubaris a écrit : >> >> Hello, I am writing this application, where I ca

[go-nuts] Best way to save users input data that could be used later?

2017-03-20 Thread Paulius Daubaris
Hello, I am writing this application, where I can store some reminders for myself in CLI to not forget something important. My question is how can I save my input data or lets say what's the best way to do so? I've tried JSON, but it didnt work out, primarily because I cant really figure it out