# xingceServer-go **Repository Path**: soilerl/xingce-server-go ## Basic Information - **Project Name**: xingceServer-go - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-09 - **Last Updated**: 2024-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README set GOOS=linux set GOARCH=amd64 go build main.go set GOOS=windows set GOARCH=amd64 go build main.go set GOOS=linux set GOARCH=arm64 go build main.go