[txndefer] Remove theoretically unnecessary locking.

R=tandrii@chromium.org

Change-Id: I31c6f4c3ea241942fb992d9d1d3a3e4f3322543c
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/gae/+/2321570
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
1 file changed
tree: 5f8f745aae0d2b592ad1172a57425527a08e015c
  1. docs/
  2. filter/
  3. impl/
  4. service/
  5. tools/
  6. AUTHORS
  7. codereview.settings
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. doc.go
  11. example_test.go
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
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/gae

Contributing

Contributing uses the same flow as Chromium contributions.