ccoVeille

Results 61 comments of ccoVeille

Here is another tool that is very interesting https://github.com/gotestyourself/gotestsum

Another one https://github.com/GoTestTools/gotestfmt

This is a draft as I need to check every single changes I made to respect what you said here https://github.com/itchyny/gojq/pull/249#issuecomment-2038445048

Here is a new version where I only used `errors.Is`/`errors.As` for external errors. I followed [your recommendation](https://github.com/itchyny/gojq/pull/249#issuecomment-2038445048) > This is meaningless change applying unthoughtful best practices. The errors are controlled...

It's indeed a duplicate of #42 I totally missed it

I let you choose whose issue needs to be the duplicate of the other :smirk:

I didn't respect the last item, because creating an issue for fixing typos would be overkill.

Thanks. I was also struggling with this

Hi everyone I'm interested in the feature that uncalled linter would provide I'm thinking about a lot of use cases in my codebase. But I'm a bit lost in the...