github.com/segmentio/encoding@v0.4.0/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 }