Suraj Patil
Suraj Patil
@raggi I now have time for looking into this, do you suggest any alternate mechanism that is simpler for new comers to understand?
Okay, so shall I remove this example and put in a basic one if it isn't present ``` func main(){ go say() } ``` And remove the example you are...
@tedyoung @appleboy Are you willing to be collaborators for this project? (Thank you for your help!)
Invited. Thank you for helping out with the issues :-) Before merging PRs lets make it a habit of confirming between at least two of us.
@appleboy Also, the honour is mine.
@tedyoung You have not accepted the collaborator request!
Yes, I have specifically mentioned in the book that you have to hash passwords in a real life app and because this is a toy app we are not hashing...
Sure. Please raise a PR. I'll be happy to merge!
My apologies for asking a naive question, can we replicate the functionality of a todo list manager with a key value pair database? If so, please go ahead and write...