Browse Source

minor cleanup

Tobias Begalke 7 years ago
parent
commit
2cf8d6e89a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -63,7 +63,7 @@ func main() {
 
 	go func(c *uint64) {
 		for {
-			fmt.Printf("%d items per second\n", *c)
+			fmt.Printf("%d requests per second\n", *c)
 			*c = 0
 			time.Sleep(time.Second)
 		}