基于fsnotify的文件监控模块,为eSync自动编译加载提供更改监听功能!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lijie 2c2c330697 ft: fsnotify+go版本升级 пре 2 година
upx396 linux 执行文件添加 пре 4 година
.gitignore 压缩工具添加 пре 4 година
LICENSE 初始化 пре 4 година
README.md 压缩工具添加 пре 4 година
fileSync ft: linux new fileSync go 1.18.2 fsnotify 1.5.4 add пре 2 година
fileSync.exe ft: fsnotify+go版本升级 пре 2 година
fileSync.go ft: fsnotify+go版本升级 пре 2 година
go.mod ft: fsnotify+go版本升级 пре 2 година

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