# syncTool **Repository Path**: xchengli/syncTool ## Basic Information - **Project Name**: syncTool - **Description**: Windows代码同步工具(Golang开发) - **Primary Language**: Go - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #syncTool 文件同步工具 ## build by golang 1.12 ## build step ```markdown 1 git clone xxx 2 go mod init 3 go mod tidy 4 rsrc -manifest syncTool.exe.manifest -ico favicon.ico -o rsrc.syso 5 go build -o syncTool.exe -ldflags="-H windowsgui" 6 ./syncTool.exe ```