1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-05 15:16:07 +02:00

Added a comment

This commit is contained in:
Tim Voronov 2019-10-16 12:27:43 -04:00
parent c2e7315008
commit 95ed4ba18c

View File

@ -117,6 +117,8 @@ func (p *Program) validateParams(opts *Options) error {
return nil
}
// There might be no errors.
// Thus, we allocate this slice lazily, on a first error.
var missedParams []string
for n := range p.params {