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:
parent
c2e7315008
commit
95ed4ba18c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user