|
|
|
|
|
by jcadam
3595 days ago
|
|
Off the top of my head: - Ease of deployment. It's a standalone binary - I don't have to ensure python and all needed libraries are installed/configured. - I like Go's standard library - it usually has everything I need to whip up a basic network service easily. - Better/easier concurrency support. - It's faster than Python (though that's usually not incredibly important most of the time). |
|