2020年10月24日
摘要: 1 基础部分 Go语言基本结构及说明 package main import ( "fmt" "runtime" ) func main() { fmt.Println("hello world") // 查看版本 fmt.Println(runtime.Version()) } func main 阅读全文
posted @ 2020-10-24 20:22 江湖乄夜雨 阅读(479) 评论(0) 推荐(0) 编辑