From 466dfcdc593fdc0c345aac258ecf74e92b18fe0d Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 7 Jul 2013 15:32:11 -0700 Subject: [PATCH] buildbot: add doc comment Change-Id: Iaa713039f58ea607db179b99638971f8e194e8b0 --- misc/buildbot/bot.go | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/buildbot/bot.go b/misc/buildbot/bot.go index 823ddacfe..6c4281042 100644 --- a/misc/buildbot/bot.go +++ b/misc/buildbot/bot.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +// The buildbot binary is Camlistore's continuous builder. package main import (