https://github.com/google/cayley
Raw File
Tip revision: 71485cca085fcf88e6370a846d6ed28c52756672 authored by Iddan Aaronsohn on 16 October 2019, 12:56:56 UTC
Update tests to use graphmock.Store
Tip revision: 71485cc
app.yaml
runtime: go
api_version: go1

handlers:
- url: /.*
  script: _go_app
back to top