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
commit a2a4afc41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
}