基于fsnotify的文件监控模块,为eSync自动编译加载提供更改监听功能!
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
SisMaker 348134a6f9 ft: 不监听隐藏目录 hace 2 días
upx396 linux 执行文件添加 hace 4 años
.gitignore 压缩工具添加 hace 4 años
LICENSE 初始化 hace 4 años
README.md ft: fsnotify+go版本升级 hace 2 años
fileSync ft: 升级go 版本和 fsnotify 版本 hace 1 año
fileSync.exe ft: 升级go 版本和 fsnotify 版本 hace 1 año
fileSync.go ft: 不监听隐藏目录 hace 2 días

README.md

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

升级版本

先删除 go.mod go.sum 然后执行go mod init fileSync go mod tidy 然后编译