Text is a thin wrapper around bufio.Scanner Text()
()
| 36 | |
| 37 | // Text is a thin wrapper around bufio.Scanner Text() |
| 38 | func (s *MakefileScanner) Text() string { |
| 39 | return s.Scanner.Text() |
| 40 | } |
| 41 | |
| 42 | // NewMakefileScanner returns a MakefileScanner struct for parsing a Makefile |
| 43 | func NewMakefileScanner(filepath string) (*MakefileScanner, error) { |
no outgoing calls
no test coverage detected