go-impl icon indicating copy to clipboard operation
go-impl copied to clipboard

impl for Emacs

Results 3 go-impl issues
Sort by recently updated
recently updated
newest added

I'm calling `go-imple` with the following sequence: * `Receiver: k Keeper` * `Interface: ugov.MsgServer` The command fails with: ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) call-process(nil nil t nil "k...

The only way I have to use this is to remember exactly the package and name of the interface I want to implement. Because when I press the tab button...

I found it impossible to generate interface from current package