go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/gae/README.md (about)

     1  # gae: A Google AppEngine SDK wrapper
     2  
     3  *designed for testing and extensibility*
     4  
     5  #### **THIS PACKAGE HAS NO API COMPATIBILITY GUARANTEES. USE UNPINNED AT YOUR OWN PERIL.**
     6  (but generally it should be pretty stableish).
     7  
     8  [![GoDoc](https://godoc.org/go.chromium.org/luci/gae?status.svg)](https://godoc.org/go.chromium.org/luci/gae)
     9  
    10  
    11  ## Installing
    12  
    13  LUCI Go GAE adaptor code is meant to be worked on from an Chromium
    14  [infra.git](https://chromium.googlesource.com/infra/infra.git) checkout, which
    15  enforces packages versions and Go toolchain version. First get `fetch` via
    16  [depot_tools.git](https://chromium.googlesource.com/chromium/tools/depot_tools.git)
    17  then run:
    18  
    19      fetch infra
    20      cd infra/go
    21      eval `./env.py`
    22      cd src/go.chromium.org/luci/gae
    23  
    24  
    25  ## Contributing
    26  
    27  Contributing uses the same flow as [Chromium
    28  contributions](https://www.chromium.org/developers/contributing-code).