func golang.org/x/crypto/ssh.fieldError
6 uses
golang.org/x/crypto/ssh (current package)
messages.go#L359: func fieldError(t reflect.Type, field int, problem string) error {
messages.go#L415: return fieldError(structType, i, "array of unsupported type")
messages.go#L445: return fieldError(structType, i, "")
messages.go#L468: return fieldError(structType, i, "slice of unsupported type")
messages.go#L478: return fieldError(structType, i, "pointer to unsupported type")
messages.go#L481: return fieldError(structType, i, fmt.Sprintf("unsupported type: %v", t))
 |
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. |