1 Star 0 Fork 0

fish / delve

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.md 600 Bytes
一键复制 编辑 原始数据 按行查看 历史

Installation on Linux

Please use the following steps to build and install Delve on Linux.

There are two ways to install on Linux. First is the standard go get method:

go get github.com/go-delve/delve/cmd/dlv

Note: if you are using Go in modules mode you must execute this command outside of a module directory or Delve will be added to your project as a dependency.

Alternatively make sure $GOPATH is set (e.g. as ~/.go) and:

$ git clone https://github.com/go-delve/delve.git $GOPATH/src/github.com/go-delve/delve
$ cd $GOPATH/src/github.com/go-delve/delve
$ make install
1
https://gitee.com/mayuntym/delve.git
git@gitee.com:mayuntym/delve.git
mayuntym
delve
delve
master

搜索帮助