github.com/kevinburke/ssh_config.KV.leadingSpace (field)
3 uses
github.com/kevinburke/ssh_config (current package)
config.go#L451: leadingSpace int // Space before the key. TODO handle spaces vs tabs.
config.go#L470: line := fmt.Sprintf("%s%s%s%s", strings.Repeat(" ", int(k.leadingSpace)), k.Key, equals, k.Value)
parser.go#L152: leadingSpace: key.Position.Col - 1,
![]() |
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. |