| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 74c5cc945b47c5b9540f4ba6a02148ed0c10df31..af601ee1225dd99a63e9350dd970340f6ef4ab79 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -24,6 +24,11 @@ Code layout
|
| code and structures shared between all of `/appengine/...`, `/client/...`
|
| and `/server/...`; for example, the structures used by the server APIs.
|
| These are inherently APIs.
|
| + * [/deploytool/...](https://github.com/luci/luci-go/tree/master/deploytool)
|
| + contains the LUCI cloud services deployment tool.
|
| + * [/logdog/...](https://github.com/luci/luci-go/tree/master/logdog) contains
|
| + LogDog client and server code, as well as APIs, protobufs, and support
|
| + libraries.
|
| * [/server/...](https://github.com/luci/luci-go/tree/master/server) contains
|
| standalone server code. Its packages are reusable by `/appengine/...`.
|
| * [/tools/...](https://github.com/luci/luci-go/tree/master/tools) contains
|
|
|