Add builder/evaluator comments for the package in godoc-style
| ... | ... |
@@ -1,4 +1,4 @@ |
| 1 |
-// builder is the evaluation step in the Dockerfile parse/evaluate pipeline. |
|
| 1 |
+// Package builder is the evaluation step in the Dockerfile parse/evaluate pipeline. |
|
| 2 | 2 |
// |
| 3 | 3 |
// It incorporates a dispatch table based on the parser.Node values (see the |
| 4 | 4 |
// parser package for more information) that are yielded from the parser itself. |