Santi Leira

Results 23 comments of 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...

@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

hey @lachmatt what is the expected behavior? that code should return 7 and true, right? ``` fmt.Println(len(val)) fmt.Println(utf8.ValidString(val)) ```