An open API service indexing awesome lists of open source software.

https://github.com/endotakuya/gae-task-queue-sample

GAE/GoでTask Queueを使うサンプル
https://github.com/endotakuya/gae-task-queue-sample

gae go

Last synced: about 1 year ago
JSON representation

GAE/GoでTask Queueを使うサンプル

Awesome Lists containing this project

README

          

# gae-task-queue-sample

- go version go1.9.1 darwin/amd64
- GAE/Go (Task Queue)

## Usage

First, install packages.

```shell
$ dep ensure
```

Run local server.

```shell
$ make serve
```

Deploy.

```
$ make deploy
```