github.com/kevinburke/ssh_config.Position.Col (field)
6 uses
github.com/kevinburke/ssh_config (current package)
config.go#L557: leadingSpace: pos.Col - 1,
parser.go#L152: leadingSpace: key.Position.Col - 1,
parser.go#L165: leadingSpace: comment.Position.Col - 2,
position.go#L12: Col int // column within the line
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. |