AndrewShukhtin

Results 2 comments of AndrewShukhtin

Hello! Thank you for a great plugin! I've just tried this branch and I have an issue: After exit dap session with `GoDbgStop` i still have mapping for dapui, i.e....

Guys, i found an idea how to solve this problem with golang generics! For example: ```golang type boo struct{} type fooer interface { foo() boo } ``` And after go:generate...