Go programming language as a official Zeebe client

Hi everyone
As you know there are some community clients for example in C#, python and other programming languages for camunda 8. But camunda released just two official clients in Java and Go programming languages. It’s my question why camunda has chosen Go language alongside Java for this purpose?
Are there some reasons behind this?
Thanks in advance

Hi,

I think the reason is that this client is used in the zbctl command line client and Go is a fitting choice to make a small executable like this.

Cheers,
Thorben