mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: add missing quotation mark
Change-Id: I102901e3df76830ccd5ab74d757203d103eef9e8 Reviewed-on: https://go-review.googlesource.com/12657 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
eb248c4df2
commit
c09d284953
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ preempted.
|
||||||
|
|
||||||
//go:linkname localname importpath.name
|
//go:linkname localname importpath.name
|
||||||
|
|
||||||
The //go:linkname directive instructs the compiler to use ``importpath.name' as the
|
The //go:linkname directive instructs the compiler to use ``importpath.name'' as the
|
||||||
object file symbol name for the variable or function declared as ``localname'' in the
|
object file symbol name for the variable or function declared as ``localname'' in the
|
||||||
source code. Because this directive can subvert the type system and package
|
source code. Because this directive can subvert the type system and package
|
||||||
modularity, it is only enabled in files that have imported "unsafe".
|
modularity, it is only enabled in files that have imported "unsafe".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue