Explorar el Código

minor cleanup

Tobias Begalke hace 7 años
padre
commit
2cf8d6e89a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 		}