delve/service/rpc1
Florin Pățan 32a005de2b Fix various issues detected by megacheck (#880)
* 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
2017-06-29 11:15:59 -07:00
..
client.go Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
readme.txtr service,terminal: APIv2 plus method to select API version (#460) 2016-04-18 12:20:20 -07:00
server.go proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00

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.