go开始

packageimort "fmt"func mian(){  fmt.Println("hello")}

go持续

packageimort "fmt"func mian(){  fmt.Println("hello")}