Hacker News new | ask | show | jobs
by sudo_chmod777 1462 days 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`