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))