goimpl.nvim
goimpl.nvim copied to clipboard
Generics with https://github.com/josharian/impl/releases/tag/v1.3.0(master) doesn't work
How to reproduce:
- MasonInstall or install by go install github.com/josharian/impl@latest (v1.3.0)
- Create any generic interface
- Implement the generic interface
- Error stating that interface doesn't exist.
Fix for me personally:
go install github.com/josharian/[email protected]
Fix that would be community-wise great:
- Require [type] at end of interface you want to implement.
Also remember to delete v1.3.0(linux)
sudo rm -rf ~/go/pkg/mod/github.com/josharian/[email protected]