Why not endpoints for Golang in a standard GAE environment?

Hey, does anyone know why Google Cloud Endpoints for Go-lang are not part of the standard Google App Engine environment? It only seemed to be officially supported / documented for Python / Java.

It's because

A) The endpoints of the clouds will soon appear in the Golang.

B) Cloud endpoints are not so large, so its implementation will not be implemented in the Golang.

C) Something else.

Here is this "non-standard" lib https://github.com/GoogleCloudPlatform/go-endpoints , but it has not been updated after 9 months.

I'm trying to choose between Python and Golang for a GAE project, and this lack of Cloud Endpoint support gives me a break.

Thanks in advance.

+4
1

Dan Ciruli google-appengine-go:

, - . Endpoints Go - , , , , : " " "." Java, Python (, , Node), , Go, API .

, - , Endpoints Go.

:

. API- Go Endpoints GAE Flex Container Engine ( ) Extensible . ESP GAE, , .

+6

Source: https://habr.com/ru/post/1672100/


All Articles