mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
* Fix various issues detected by megacheck I've ran honnef.co/go/tools/cmd/megacheck and fixed a few of the things that came up there. * Cleanup using Gogland
This package implements version 1 of Delve's API and is only kept here for backwards compatibility. Client.go is the old client code used by Delve's frontend (delve/cmd/dlv), it is only preserved here for the backwards compatibility tests in service/test/integration1_test.go.