Commit 3548663d by 孙龙

up

parent c3ddcf2e
Showing with 7 additions and 13 deletions
# golang-asynctask_demo
# golang-asynctask
## 如何使用该项目 :
#### 该示例的项目名称为 : go-supplier-sync , 如果你要使用,请自行替换成你的项目名称
#### 该示例的项目名称为 : golang-asynctask , 如果你要使用,请自行替换成你的项目名称
### 1.clone项目
git clone ssh://git@119.23.72.7:22611/sunlong_v5/golang-asynctask_demo.git
git clone http://119.23.72.7/sunlong_v5/golang-asynctask.git
### 2.复制项目
1.将golang-asynctask_demo复制一份成你的自己的项目,比如go-supplier-sync
1.将golang-asynctask复制一份成你的自己的项目,比如xxxxxxxxx
2.删除.git文件夹,重新初始化git
### 3.修改项目文件夹名称
1.将 golang-asynctask_demo 改成 go-supplier-sync
1.将 golang-asynctask 改成 xxxxxxxxxx
2.编辑器批量修改包名 : golang-asynctask_demo/ => go-supplier-sync/
2.编辑器批量修改包名 : golang-asynctask/ => xxxxxxx/
### 4.修改go.mod文件(重要)
一定要修改go.mod文件,要不然无法跑起来
把go.mod的第一行 : module go-supplier-sync 修改成 module go-supplier-sync
把go.mod的第一行 : module golang-asynctask 修改成 module xxxxxx
### 5.修改http监听地址
config/proxy.toml.http.addr 修改成你的ip地址或者本地127.0.0.1
......@@ -48,15 +48,9 @@ go run ./cmd/main.go -config=./config/dev/ -logdir = ./logs/
├── config 配置
├── document
├── util 包管理
├── middleware 中间件
├── router 路由
├── resources
├── go.mod
......
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