tree: 9cb265980ef0e02f2f680be930a978b221407b67 [path history] [tgz]
  1. docs/
  2. filter/
  3. impl/
  4. internal/
  5. service/
  6. tools/
  7. AUTHORS
  8. codereview.settings
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. doc.go
  12. example_test.go
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. README.md
gae/README.md

gae: A Google AppEngine SDK wrapper

designed for testing and extensibility

THIS PACKAGE HAS NO API COMPATIBILITY GUARANTEES. USE UNPINNED AT YOUR OWN PERIL.

(but generally it should be pretty stableish).

GoDoc

Installing

LUCI Go GAE adaptor code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci/gae

Contributing

Contributing uses the same flow as Chromium contributions.