From e988ebce0cf58342bc0bb50a5e39dda69969c278 Mon Sep 17 00:00:00 2001 From: Erazem Kokot Date: Thu, 28 Sep 2023 18:50:55 +0200 Subject: [PATCH] Run tools/build again --- public/atomic-counters | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/atomic-counters b/public/atomic-counters index 1369610..1e62f72 100644 --- a/public/atomic-counters +++ b/public/atomic-counters @@ -46,7 +46,7 @@ counters accessed by multiple goroutines.

- +
package main
@@ -114,10 +114,7 @@ counter exactly 1000 times.

-

To atomically increment the counter we use Add, -giving it the memory address of our ops counter -with the & syntax.

- + @@ -128,7 +125,10 @@ with the & syntax.

- +

To atomically increment the counter we use Add, +giving it the memory address of our ops counter +with the & syntax.

+