Close closes all open handles the scanner has
()
| 31 | |
| 32 | // Close closes all open handles the scanner has |
| 33 | func (s *MakefileScanner) Close() { |
| 34 | s.FileHandle.Close() |
| 35 | } |
| 36 | |
| 37 | // Text is a thin wrapper around bufio.Scanner Text() |
| 38 | func (s *MakefileScanner) Text() string { |
no outgoing calls