endpoints icon indicating copy to clipboard operation
endpoints copied to clipboard

Server for Google Cloud Endpoints

Google Cloud Endpoints server for Go

This package will let you serve Google Cloud Endpoints backends without needing to use Google App Engine.

Install

To install simply run:

go get github.com/rwl/endpoints/server

To run the tests execute:

go get github.com/stretchr/testify/assert
go test github.com/rwl/endpoints/server
Build Status

Usage

Documentation and examples are available at:

http://godoc.org/github.com/rwl/endpoints/server