package main /** hello world */ import ( "fmt" ) // 打印测试 func main() { fmt.Print("hello World!") test2() }