# tgvideo-go **Repository Path**: GuHao222227/tgvideo-go ## Basic Information - **Project Name**: tgvideo-go - **Description**: 广告数据和埋点数据处理 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-31 - **Last Updated**: 2023-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 关于 #### 数据库配置文件在config.ini #### 运行项目 ~~~ go mod tidy go run main.go ~~~ #### 测试环境打包 - 复制config-dev到config.ini - 执行命令 ~~~ go env -w CGO_ENABLED=0 go env -w GOOS=linux go env -w GOARCH=amd64 go build -o tgvideo main.go go build -o tgvideo-redis RedisConsumer.go ~~~ - window配置切换 ~~~ go env -w CGO_ENABLED=0 go env -w GOOS=windows go env -w GOARCH=amd64 ~~~