Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2023 Changes in this version + var DefaultMaxCheckLines int = 15 + type Detector struct + func New(lg *zap.Logger) *Detector + func (v *Detector) DetectVersion(scanner *bufio.Scanner) (string, error) + func (v *Detector) SetMaxCheckLines(number int)