github.com/kevinburke/ssh_config.sshParser.tokensBuffer (field)
10 uses
github.com/kevinburke/ssh_config (current package)
parser.go#L11: tokensBuffer []token
parser.go#L43: if len(p.tokensBuffer) != 0 {
parser.go#L44: return &(p.tokensBuffer[0])
parser.go#L51: p.tokensBuffer = append(p.tokensBuffer, tok)
parser.go#L56: if len(p.tokensBuffer) != 0 {
parser.go#L57: tok := p.tokensBuffer[0]
parser.go#L58: p.tokensBuffer = p.tokensBuffer[1:]
parser.go#L183: tokensBuffer: make([]token, 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. |