Skip to content

Commit

Permalink
Merge pull request #8 from haibatu/patch-1
Browse files Browse the repository at this point in the history
Update gonmap.go
  • Loading branch information
lcvvvv authored Oct 19, 2022
2 parents d6d895d + ccebf5b commit 7902ea1
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 7902ea1

Please sign in to comment.