github.com/kevinburke/ssh_config.sshLexer.peek (method)
10 uses
github.com/kevinburke/ssh_config (current package)
lexer.go#L25: for next := s.peek(); next != '\n' && next != eof; next = s.peek() {
lexer.go#L41: next := s.peek()
lexer.go#L52: next := s.peek()
lexer.go#L70: for r := s.peek(); isKeyChar(r); r = s.peek() {
lexer.go#L87: next := s.peek()
lexer.go#L117: r := s.peek()
lexer.go#L139: next := s.peek()
lexer.go#L197: func (s *sshLexer) peek() rune {
![]() |
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. |