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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |