Skip to content

Commit

Permalink
Update gonmap.go
Browse files Browse the repository at this point in the history
fix:修改备注
  • Loading branch information
haibatu authored Oct 18, 2022
1 parent d6d895d commit ccebf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gonmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var nmap *Nmap
var ProbesCount = 0 //探针数
var MatchCount = 0 //指纹数
var UsedProbesCount = 0 //已使用探针数
var UsedMatchCount = 0 //已使用探针数
var UsedMatchCount = 0 //已使用指纹数

var logger = Logger(log.New(os.Stderr, "[gonmap] ", log.Ldate|log.Ltime|log.Lshortfile))

Expand Down

0 comments on commit ccebf5b

Please sign in to comment.