Goland中使用Makefile

Windows Goland使用Makefile 安装Chocolatey 管理员打开powershell 执行Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityPr


dlv 远程调试

dlv 远程调试 本地编辑Goland编译配置 远程机器安装 dlv go get github.com/go-delve/delve/cmd/dlv $GOPATH/bin 目录下会有dlv可执行程序 进入代码目录,通过dlv监听端口 dlv debug --headless --listen=: