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 47a56b2 commit c53307cCopy full SHA for c53307c
doc/go_spec.html
@@ -8514,7 +8514,7 @@ <h3 id="Package_unsafe">Package <code>unsafe</code></h3>
8514
<p>
8515
The functions <code>Alignof</code> and <code>Sizeof</code> take an expression <code>x</code>
8516
of any type and return the alignment or size, respectively, of a hypothetical variable <code>v</code>
8517
-as if <code>v</code> was declared via <code>var v = x</code>.
+as if <code>v</code> were declared via <code>var v = x</code>.
8518
</p>
8519
8520
The function <code>Offsetof</code> takes a (possibly parenthesized) <a href="#Selectors">selector</a>
0 commit comments