Ricardo Pinheiro
Results
3
issues of
Ricardo Pinheiro
These examples on the documentation where not clear and also didn't have valid syntax.
This PR adds a job on CI to check that code has been gofmt'd avoiding unnecessary and unrelated changes on PRs
I would like to customize the receiver param without affecting the functions params ```go func (m MyType) foo(b Bar) { } ``` Treesitter already has on the parsed tree a...