github.com/go-git/gcfg/token.File.AddLine (method)

3 uses

	github.com/go-git/gcfg/token (current package)
		position.go#L131: func (f *File) AddLine(offset int) {

	github.com/go-git/gcfg/scanner
		scanner.go#L63: 			s.file.AddLine(s.offset)
		scanner.go#L82: 			s.file.AddLine(s.offset)