Translation in main

This commit is contained in:
ph 2023-07-26 12:35:34 +03:00
parent 31aba615ba
commit 96b7a93034

View File

@ -15,5 +15,5 @@ func main() {
common.Parse(&config) common.Parse(&config)
Plugins.Scan(config.HostInfo, config.Flags) Plugins.Scan(config.HostInfo, config.Flags)
t := time.Now().Sub(start) t := time.Now().Sub(start)
fmt.Printf("[*] 扫描结束,耗时: %s\n", t) fmt.Printf("[*] The scan is done, spent time: %s\n", t)
} }