Skip to content

Commit bbb20b3

Browse files
committed
Update
1 parent 1a006be commit bbb20b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/basic/unsafes/unsafe_sizeof.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import (
66
)
77

88
// Sizeof は、 unsafe.Sizeof() についてのサンプルです.
9+
//
10+
// REFERENCES:
11+
// - https://pkg.go.dev/unsafe@go1.25.3#Sizeof
912
func Sizeof() error {
1013
// ---------------------------------------------------------
1114
// unsafe.Sizeof()

0 commit comments

Comments
 (0)