merge detections files

This commit is contained in:
dimahkiin
2018-09-20 14:04:29 +03:00
parent acadb46eb6
commit 760267bf20
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -56,7 +56,7 @@ func main() {
printError(err)
return
}
log.Println("we are here 2")
log.Println("Network-only time taken:", dr.NetworkOnlyTimeTaken)
log.Println("Overall time taken:", dr.OverallTimeTaken)
for _, d := range dr.Detections {