package
Version:
v1.0.1-0...-ab5fd57
Opens a new window with list of versions in this module.
Published: Mar 23, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Test4() {
var n int64 = 1
address := uintptr(unsafe.Pointer(&n))
np := *(*uint64)(unsafe.Pointer(address))
fmt.Println(*np)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.