Skip to content

Commit

Permalink
fix: 优化扫描输出,扫描结果结尾换行
Browse files Browse the repository at this point in the history
  • Loading branch information
ruishawn committed Nov 2, 2022
1 parent 38e48ba commit fc41654
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 fc41654

Please sign in to comment.