diff options
Diffstat (limited to 'networkQuality.go')
| -rw-r--r-- | networkQuality.go | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/networkQuality.go b/networkQuality.go index 09ec953..86f508d 100644 --- a/networkQuality.go +++ b/networkQuality.go @@ -420,7 +420,11 @@ func main() { // print the banner dt := time.Now().UTC() - fmt.Printf("%s UTC Go Responsiveness to %s...\n", dt.Format("01-02-2006 15:04:05"),configHostPort) + fmt.Printf( + "%s UTC Go Responsiveness to %s...\n", + dt.Format("01-02-2006 15:04:05"), + configHostPort, + ) if len(*profile) != 0 { f, err := os.Create(*profile) @@ -616,7 +620,7 @@ func main() { } } } - + fmt.Printf( "Download: %7.3f Mbps (%7.3f MBps), using %d parallel connections.\n", utilities.ToMbps(downloadSaturation.RateBps), |
