-
文件结构梳理
main.go # 程序入口文件 doc/... # 存放子文档 internal/collector/... # 任务进程会调用的采集器 internal/conf/... # 解析配置的proto文件 internal/contract/... # 契约(interface) internal/entity/... # 数据库实体 internal/pkg/... # 其他 internal/process/... # 加载到app容器的任务进程 internal/application.go # app容器 config.json # 配置文件 config.json.example # 配置文件模板 Makefile # 构建指令 ......
-
构建指令详解
-
首次生成 config.json 配置文件
make init
-
编译 internal/conf/conf.proto 文件
make config
-
只运行不编译
make run
-
编译打包
make build
-
-
子文档
-
Notifications
You must be signed in to change notification settings - Fork 0
快速投入使用的Golang数据迁移工具
License
AdamTyn/at-migrator-tool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
快速投入使用的Golang数据迁移工具
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published