摘要: # main.go package main /* 定义这个文件属于main包,每个go语言必须包含main包 */ import "fmt" /* 引入包 */ func main() { /* 定义函数,必须包含的函数,启动函数*/ fmt.Println("Hello, World!") /* 阅读全文
posted @ 2021-12-02 09:39 自动侠 阅读(44) 评论(0) 推荐(0) 编辑
摘要: # 下载链接 https://studygolang.com/dl # 优先访问 https://golang.google.cn/dl/ https://golang.org/dl/ # 开发工具 https://wwww.jebrains.com/ # 安装 ## window *.msi 双击 阅读全文
posted @ 2021-12-02 09:35 自动侠 阅读(32) 评论(0) 推荐(0) 编辑