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 1a006be commit bbb20b3Copy full SHA for bbb20b3
examples/basic/unsafes/unsafe_sizeof.go
@@ -6,6 +6,9 @@ import (
6
)
7
8
// Sizeof は、 unsafe.Sizeof() についてのサンプルです.
9
+//
10
+// REFERENCES:
11
+// - https://pkg.go.dev/unsafe@go1.25.3#Sizeof
12
func Sizeof() error {
13
// ---------------------------------------------------------
14
// unsafe.Sizeof()
0 commit comments