下载Golang安装包
Download and install - The Go Programming Languagehttps://golang.google.cn/doc/install
安装完成后,配置go env
bash
go env -w GO111MODULE=on
bash
go env -w GOPROXY="https://goproxy.io,direct"
安装debug
按 Ctrl + P: