Ver código fonte

Add builder/evaluator comments for the package in godoc-style

fixes #11617

Signed-off-by: Frank Herrmann <fgh@4gh.tv>
Frank Herrmann 10 anos atrás
pai
commit
a0cd004528
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      builder/evaluator.go

+ 1 - 1
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.