3 ms·
I also use Vim. 1. Use `:=` whenever you can, so types are inferred by the assignments/allocations 2. Alternatively query all references from `gopls` and put t
by sudo_chmod777 4y ago
I also use Vim.
1. Use `:=` whenever you can, so types are inferred by the assignments/allocations
2. Alternatively query all references from `gopls` and put the results into quick fix list, then `:cdo`