Skip to content

Commit

Permalink
Merge pull request #240 from ruishawn/main
Browse files Browse the repository at this point in the history
fix: 优化扫描输出,扫描结果结尾换行
  • Loading branch information
shadow1ng authored Nov 2, 2022
2 parents 38e48ba + fc41654 commit 9d4d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func main() {
common.Parse(&Info)
Plugins.Scan(Info)
t := time.Now().Sub(start)
fmt.Printf("[*] 扫描结束,耗时: %s", t)
fmt.Printf("[*] 扫描结束,耗时: %s\n", t)
}

0 comments on commit 9d4d67e

Please sign in to comment.