Santi Leira
Santi Leira
i had the same issue, thanks for the solution @goodevilgenius
> Can you please run [benchstat](https://pkg.go.dev/golang.org/x/perf/cmd/benchstat) and add the result to the description to see what is the performance overhead? @pellared done, as far as I understand, there is no...
@pellared could you review this PR? Thanks in advance.
@dmathieu could you help me to move this PR forward? I created it last week.
@dmathieu I did some changes based on @pellared feedback, could you review the PR again? Thanks
> Please fix the lint errors (you can ignore the errors as the returned error is always nil). Sure
@dmathieu could you approve it again?
@pellared I will update it and merge it.
hey @lachmatt what is the expected behavior? that code should return 7 and true, right? ``` fmt.Println(len(val)) fmt.Println(utf8.ValidString(val)) ```
@pellared I could fix it, could you assign me this issue?