# fileSync **Repository Path**: Speiling/fileSync ## Basic Information - **Project Name**: fileSync - **Description**: 快速下载 原作者地址:https://github.com/ErlGameWorld/fileSync - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-13 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fileSync 同步文件更改相关 # go windows下程序运行隐藏dos窗口 go build -ldflags "-a -s -w -H=windowsgui" start ./upx396/upx.exe --best fileSync.exe # linux 编译 go build -ldflags "-a -s -w" ./upx396/upx --best fileSync