# 互领名片小程序_go后端 **Repository Path**: huang_li_shi_admin/bscard_go ## Basic Information - **Project Name**: 互领名片小程序_go后端 - **Description**: 互领名片小程序后端Go代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2023-01-06 - **Last Updated**: 2023-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 初始化mod go mod tidy # 热编译运行 bee run # 打包 go build main.go # 打包(此时会打包成Linux上可运行的二进制文件,不带后缀名的文件) ``` SET GOOS=linux SET GOARCH=amd64 go build ```