# studygo **Repository Path**: demo51/studygo ## Basic Information - **Project Name**: studygo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-28 - **Last Updated**: 2022-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## windows编译 Mac和Linux ```shell SET CGO_ENABLED=0 SET GOOS=linux SET GOARCH=amd64 go build SET CGO_ENABLED=0 SET GOOS=darwin SET GOARCH=amd64 go build ```