wip #10
Annotations
6 errors
|
validator_test.go#L118
type *validator.RuleConfig[string] of validator.Required() does not match inferred type *validator.RuleConfig[int] for *validator.RuleConfig[T]
|
examples/main.go#L27
cannot infer T (/home/runner/work/validator-go/validator-go/examples/main.go:42:13)
|
examples/main.go#L34
type *validator.RuleConfig[string] of validator.Min(0) does not match inferred type *validator.RuleConfig[int] for *validator.RuleConfig[T]
|
examples/main.go#L48
invalid operation: cannot use type assertion on type parameter value r.Value (variable of type T constrained by any)
|
|
The logs for this run have expired and are no longer available.
Loading