1
0
mirror of https://github.com/beego/bee.git synced 2025-07-20 08:15:33 +00:00

Update vendor folder (support for Delve RPC)

This commit is contained in:
Faissal Elamraoui
2017-03-21 15:34:11 +01:00
parent 427541fcd9
commit ad641afb34
6 changed files with 1087 additions and 0 deletions
vendor
github.com
derekparker
delve
vendor.json

@@ -0,0 +1,5 @@
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.