github.com/kamalshkeir/kencoding@v0.0.2-0.20230409043843-44b609a0475a/proto/struct_test.go (about) 1 package proto 2 3 import ( 4 "testing" 5 "unsafe" 6 ) 7 8 func TestStructFieldSize(t *testing.T) { 9 t.Log("sizeof(structField) =", unsafe.Sizeof(structField{})) 10 }