生活不易,且行且珍惜!
用一段代码开篇…
package main import "fmt" func main() { fmt.Println("Hello, World! Let's Go!") }