Documentation
¶
Index ¶
Constants ¶
View Source
const LEGACY_PREFIX = "runtime_link_"
View Source
const XGO_PREFIX = "__xgo_"
Variables ¶
This section is empty.
Functions ¶
func LinkXgoInit ¶
LinkXgoInit links function defined in runtime the function template:
var __xgo_trap_0 = func() {}
func init() {
__xgo_init_0()
}
//go:noinline
func __xgo_init_0() {
__xgo_trap_0 = __xgo_trap_0
}
Types ¶
Click to show internal directories.
Click to hide internal directories.