github.com/kevinburke/ssh_config.Position.Line (field)

5 uses

	github.com/kevinburke/ssh_config (current package)
		parser.go#L102: 	if tok.typ == tokenComment && tok.Position.Line == val.Position.Line {
		position.go#L11: 	Line int // line within the document
		position.go#L18: 	return fmt.Sprintf("(%d, %d)", p.Line, p.Col)
		position.go#L24: 	return p.Line <= 0 || p.Col <= 0