Merge pull request #2 from artemkomyshan/refactoring

Translation in main
This commit is contained in:
Andrii Ursulenko
2023-07-26 12:39:37 +03:00
committed by GitHub

View File

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