mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
修改线程处理机制
This commit is contained in:
parent
7535fdace7
commit
559d6c7c4b
@ -44,7 +44,7 @@ func WriteFile(result string, filename string) {
|
||||
_, err = fl.Write(text)
|
||||
fl.Close()
|
||||
if err != nil {
|
||||
fmt.Printf("write %s error, %v\n", filename, err)
|
||||
fmt.Printf("Write %s error, %v\n", filename, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user