Commit 27d4890f by 孙龙

up

parent 3df5c841
Showing with 3 additions and 3 deletions
...@@ -11,7 +11,7 @@ git clone http://git.ichunt.net/sunlong_v5/golang_framework_demo.git ...@@ -11,7 +11,7 @@ git clone http://git.ichunt.net/sunlong_v5/golang_framework_demo.git
# 2.删除.git文件夹,重新初始化git # 2.删除.git文件夹,重新初始化git
#3.修改项目文件夹名称 # 3.修改项目文件夹名称
1.将 golang_framework_demo 改成 golang_framework_xxxxxxx 1.将 golang_framework_demo 改成 golang_framework_xxxxxxx
...@@ -19,14 +19,14 @@ git clone http://git.ichunt.net/sunlong_v5/golang_framework_demo.git ...@@ -19,14 +19,14 @@ git clone http://git.ichunt.net/sunlong_v5/golang_framework_demo.git
#4.修改go.mod文件(重要) # 4.修改go.mod文件(重要)
一定要修改go.mod文件,要不然无法跑起来 一定要修改go.mod文件,要不然无法跑起来
把go.mod的第一行 : golang_framework_demo 修改成 golang_framework_xxxxxxx 把go.mod的第一行 : golang_framework_demo 修改成 golang_framework_xxxxxxx
#5.修改http监听地址 # 5.修改http监听地址
config/proxy.toml.http.addr 修改成你的ip地址或者本地127.0.0.1 config/proxy.toml.http.addr 修改成你的ip地址或者本地127.0.0.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment