feature 添加文件监控部分功能
Showing
asset/hycusmutool.base64
0 → 100644
This diff is collapsed.
asset/hycusmutool.bd
0 → 100644
File added
File added
cmd/file-monitor/readme.md
0 → 100644
File deleted
| ... | ... | @@ -8,6 +8,7 @@ require ( |
| ) | ||
| require ( | ||
| github.com/alphadose/haxmap v1.4.1 // indirect | ||
| github.com/ebitengine/purego v0.9.1 // indirect | ||
| github.com/go-ole/go-ole v1.2.6 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| ... | ... | @@ -17,6 +18,7 @@ require ( |
| github.com/tklauser/go-sysconf v0.3.16 // indirect | ||
| github.com/tklauser/numcpus v0.11.0 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
| golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
| ... | ... |
utils/bit.go
0 → 100644
Please register or sign in to comment