var github.com/kevinburke/ssh_config.ErrDepthExceeded
5 uses
github.com/kevinburke/ssh_config (current package)
config.go#L227: if e, ok := r.(error); ok && e == ErrDepthExceeded {
config.go#L527: var ErrDepthExceeded = errors.New("ssh_config: max recurse depth exceeded")
config.go#L550: return nil, ErrDepthExceeded
parser.go#L29: if err == ErrDepthExceeded {
parser.go#L136: if err == ErrDepthExceeded {
![]() |
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. |