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