Comment on Ask HN: What do you use Go for?Comments−gaigepr12yI am working on an end-to-end encrypted file synchronization service and it is going relatively well. I am not particularly far along but I have been enjoying the ride.https://github.com/gaigepr/secureBoxI chose go because it is significantly faster than python, compiled, has a decent selection of libraries, and because I really wanted to learn go.
Comments
I am working on an end-to-end encrypted file synchronization service and it is going relatively well. I am not particularly far along but I have been enjoying the ride.
https://github.com/gaigepr/secureBox
I chose go because it is significantly faster than python, compiled, has a decent selection of libraries, and because I really wanted to learn go.