From c5fa4b48b5b4aae8ce25c75f765ae74d73031475 Mon Sep 17 00:00:00 2001 From: huanghai <10402852@qq.com> Date: Wed, 22 Jul 2020 07:51:10 +0800 Subject: [PATCH] 'commit' --- dsBaseRpc/Linux上安装Go环境+配置DLV.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dsBaseRpc/Linux上安装Go环境+配置DLV.txt b/dsBaseRpc/Linux上安装Go环境+配置DLV.txt index dde83b53..29dc5765 100644 --- a/dsBaseRpc/Linux上安装Go环境+配置DLV.txt +++ b/dsBaseRpc/Linux上安装Go环境+配置DLV.txt @@ -10,7 +10,7 @@ source /etc/profile.d/go.sh mkdir -p ~/home/user/go echo "export GOPATH=/home/user/go" >> /etc/profile.d/gopath.sh source /etc/profile.d/gopath.sh - +chmod +x /etc/profile.d/*.sh echo $GOPATH #设置代理 @@ -25,6 +25,5 @@ https://www.jianshu.com/p/e74e940a64d9 dlv --listen=:2345 --headless=true --api-version=2 exec ./dsBaseRpc - //构建一个强制转换的错误~~~~ //panic(400)