We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b236b4 commit 66685fbCopy full SHA for 66685fb
doc/go1.19.html
@@ -35,7 +35,7 @@ <h2 id="mem">Memory Model</h2>
35
the memory model used by C, C++, Java, JavaScript, Rust, and Swift.
36
Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages.
37
Along with the memory model update,
38
- Go 1.19 introduces <a href="#sync/atomic">new types in the <code>sync/atomic</code> package</a>
+ Go 1.19 introduces <a href="#atomic_types">new types in the <code>sync/atomic</code> package</a>
39
that make it easier to use atomic values, such as
40
<a href="/pkg/sync/atomic/#Int64">atomic.Int64</a>
41
and
0 commit comments