delve/service/rpc1
Derek Parker 4c9a72e486 *: Update import name to github.com/go-delve/delve
The repository is being switched from the personal account
github.com/derekparker/delve to the organization account
github.com/go-delve/delve. This patch updates imports and docs, while
preserving things which should not be changed such as my name in the
CHANGELOG and in TODO comments.
2019-01-04 19:43:13 +01:00
..
client.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
readme.txtr service,terminal: APIv2 plus method to select API version (#460) 2016-04-18 12:20:20 -07:00
server.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01: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.