Seems like it is already possible to write functions in Golang: https://github.com/appwrite/templates/blob/main/go/starter/README.md
But how do we enable the golang runtime?
I tried editing my .env Variable like this:
_APP_FUNCTIONS_RUNTIMES=node-16.0,python-3.9,go-1.22
But when creating a new function, the dropdown still doesn't show go runtime.