mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 22:00:03 +08:00
7 lines
68 B
Go
7 lines
68 B
Go
package structPack
|
|
|
|
type ExpStruct struct {
|
|
Mi1 int
|
|
Mf1 float32
|
|
}
|