# openim_gin_ws **Repository Path**: ouyang6688/openim_gin_ws ## Basic Information - **Project Name**: openim_gin_ws - **Description**: No description available - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-26 - **Last Updated**: 2024-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 打包命令 ```sh GOOS=liunx GOARCH=amd64 go run build -o mainapp ``` iunx增加可执行权限 ```sh chmod +x mainapp ``` 后台运行 ``` main & ```