From a0cd0045282f21215d7845a987ec6292aa92a685 Mon Sep 17 00:00:00 2001 From: Frank Herrmann Date: Mon, 23 Mar 2015 20:10:38 +0000 Subject: [PATCH] Add builder/evaluator comments for the package in godoc-style fixes #11617 Signed-off-by: Frank Herrmann --- builder/evaluator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/evaluator.go b/builder/evaluator.go index b74c1ba6a..49b7272f0 100644 --- a/builder/evaluator.go +++ b/builder/evaluator.go @@ -1,4 +1,4 @@ -// builder is the evaluation step in the Dockerfile parse/evaluate pipeline. +// Package builder is the evaluation step in the Dockerfile parse/evaluate pipeline. // // It incorporates a dispatch table based on the parser.Node values (see the // parser package for more information) that are yielded from the parser itself.