#A key-value Store in golang, advice?

3 messages · Page 1 of 1 (latest)

brave salmon
#

I made a keyvalue store in golang, saving the information in a json file in the filesystem, (later i want to have 2 of them so i can practice replication and other DS approaches).
i would love if any of you when they got some time to tell maybe code review or suggest some of the stuff i have done, i ve tried to use interfaces even for this small project.
thanks ,
https://github.com/dario1210/KV-Store/tree/master

GitHub

Contribute to dario1210/KV-Store development by creating an account on GitHub.

iron forum
brave salmon
#

i would like to know , since im new to go , have i followed the standards , what can i improve the project is just for learning purposes and maybe delving deepr in Distributed Programming aswell