debug: use Delve's DAP implementation · Issue #23 · golang/vscode-go
Delve supports debug adapter protocol natively (dlv dap). https://github.com/go-delve/delve/tree/master/service/dap Implement the debug feature using it and deprecate the dlv wrapper (src/debug/goD...