You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
install dlv-dap and use go install to install go tools (#985)
* install dlv-dap and use `go install` to install go tools
dlv-dap is a delve built from the head.
since go1.16, `go install` is the recommended way of installing tools
and from go1.17 (to be released soon), `go get` will print out
deprecation warning message and encourage users to use `go install`.
* fix go install command
0 commit comments