Erazem Kokot d1ca2ce65f
Update Atomic Counters example to use atomic.Uint64 (#490)
* Update Atomic Counters example to use atomic.Uint64

This commit updates the Atomic Counters example to follow atomic's
recommendation of using atomic.Uint64 instead of uint64 (same for other
types) and then calling methods on it, instead of calling
atomic.AddUint64().

It also updates the comments and empty lines a bit to look better on the
website.

* Run tools/build again

* Fix comments
2023-10-02 05:43:26 -07:00
..
2022-09-08 05:37:20 -07:00
2020-04-10 18:06:38 -07:00
2022-10-25 06:02:53 -07:00
2023-08-22 05:52:14 -07:00
2022-12-12 06:21:16 -08:00
2020-08-23 07:50:27 -07:00
2021-09-10 07:19:33 -07:00
2022-06-27 20:48:50 -07:00