Index: appengine/cmd/dm/doc.go |
diff --git a/appengine/cmd/dm/doc.go b/appengine/cmd/dm/doc.go |
index 296ab784bb1ca22b5a202d97c3a83d677bc313ee..21fd0937b6bcb868f324668fb819b104bf379107 100644 |
--- a/appengine/cmd/dm/doc.go |
+++ b/appengine/cmd/dm/doc.go |
@@ -15,6 +15,8 @@ |
// service - The actual Cloud Endpoints service. |
// frontend - The deployable appengine app. For Technical Reasons (tm), almost |
// zero code lives here, it just calls through to code in service. |
+// distributor - Definition of the Distributor interface, and implementations |
+// (such as swarming_v1). |
// |
// For more information on DM itself, check out https://github.com/luci/luci-go/wiki/Design-Documents |
package dm |