Files
the-way-to-go_ZH_CN/eBook/examples/chapter_10/struct_pack/structPack.go
2015-03-03 12:25:25 -05:00

7 lines
74 B
Go

package structPack
type ExpStruct struct {
Mi1 int
Mf1 float32
}