mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
fix #125
This commit is contained in:
@@ -49,7 +49,7 @@ type struct1 struct {
|
||||
str string
|
||||
}
|
||||
|
||||
func main {
|
||||
func main() {
|
||||
ms := new(struct1)
|
||||
ms.i1 = 10
|
||||
ms.f1 = 15.5
|
||||
|
Reference in New Issue
Block a user