keybase uses Go for cryptography https://github.com/keybase/client instead of Javascript
https://github.com/ProtonMail/WebClient uses OpenPGP.js but they also use Go as well https://github.com/ProtonMail/gopenpgp
Go handles encryption well with vetted libraries and implmentations built into the stdlib. However, using Go on websites might be challenging without asm so it's more common that people seem to use openpgp and keep the Go libs for electron/mobile apps.