structPack.go 68 B

123456
  1. package structPack
  2. type ExpStruct struct {
  3. Mi1 int
  4. Mf1 float32
  5. }