# gthoth **Repository Path**: chenrh/gthoth ## Basic Information - **Project Name**: gthoth - **Description**: 工作量查询 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-30 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 公司工作量查询程序 2022-10-30 - 爬虫 - Mac 下打包到 Linux ``` CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build ``` - windows 下打包到 linux ``` SET CGO_ENABLED=0 SET GOOS=linux SET GOARCH=amd64 go build main.go ```