const github.com/kevinburke/ssh_config.eof
9 uses
github.com/kevinburke/ssh_config (current package)
lexer.go#L25: for next := s.peek(); next != '\n' && next != eof; next = s.peek() {
lexer.go#L103: case eof:
lexer.go#L106: if next == eof {
lexer.go#L131: if r != eof {
lexer.go#L162: if next == eof {
lexer.go#L199: return eof
token.go#L22: eof = -(iota + 1)
token.go#L40: return !(isSpace(r) || r == '\r' || r == '\n' || r == eof)
token.go#L48: return !(r == '\r' || r == '\n' || r == eof || r == '=')
![]() |
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. |