|
|
|
|
|
by IshKebab
3595 days ago
|
|
Go is far better than most languages at supporting random system APIs. I mean, you can cross-compile code on Windows that uses Linux syscalls. Try doing that in Python. Actually I just Googled and I'm not sure Python even lets you use syscalls. I also couldn't even find any third party library to give you the system CA pool, let alone a first party one. Tell me a language that has a first-party cross-platform library that allows you to get the system CA pool on all platforms. |
|