Google Tink: https://github.com/google/tink
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
[1] https://github.com/rdragos/awesome-mpc
[2] https://www.coinbase.com/blog/coinbase-to-acquire-leading-cr...
Go is a pretty good language in general but it does not have the raw performance that Rust/C/C++ have and doesn’t have the same support for correctness that say Rust does with its powerful type system. (For example affine types you that can help make state machines more robust to incorrect uses).
https://www.reddit.com/r/crypto/comments/zukgfq/comment/j1l2...
Some additional reasoning why having a strong standard library is important:
https://www.cryptologie.net/article/505/why-not-rust-for-sec...