func github.com/kevinburke/ssh_config.isSpace
6 uses
github.com/kevinburke/ssh_config (current package)
lexer.go#L42: if !isSpace(next) {
lexer.go#L59: if !isSpace(next) {
lexer.go#L72: if isSpace(r) || r == '=' {
lexer.go#L152: if isSpace(next) {
token.go#L35: func isSpace(r rune) bool {
token.go#L40: return !(isSpace(r) || r == '\r' || r == '\n' || r == eof)
![]() |
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. |