goimpl.nvim icon indicating copy to clipboard operation
goimpl.nvim copied to clipboard

Generics with https://github.com/josharian/impl/releases/tag/v1.3.0(master) doesn't work

Open Solverj opened this issue 11 months ago • 1 comments

How to reproduce:

  1. MasonInstall or install by go install github.com/josharian/impl@latest (v1.3.0)
  2. Create any generic interface
  3. Implement the generic interface
  4. 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:

  1. Require [type] at end of interface you want to implement.

Solverj avatar Mar 04 '24 13:03 Solverj

Also remember to delete v1.3.0(linux)

sudo rm -rf ~/go/pkg/mod/github.com/josharian/[email protected]

Solverj avatar May 20 '24 11:05 Solverj