go vscode 坑。。。

Posted by bfpiaoran on September 6, 2018

好多坑 来不及记下来。。

 

先说vscode  同步插件

settings sync

alt+shift+u  添加gist token  然后 上传插件会在用户得json处生成一个sync.gist

同步得时候同时需要token 和sync.gist

 

 

go 安装delve调试工具  win下得坑。。。

创建文件夹%GOPATH%\src\github.com\derekparker

git clone https://github.com/derekparker/delve.git

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