代码示例:(标识:go_helloworld)
package main

import "fmt"

func main() {
   fmt.Println("Hello, World!")
}
运行结果: