摘要:
# main.go package main /* 定义这个文件属于main包,每个go语言必须包含main包 */ import "fmt" /* 引入包 */ func main() { /* 定义函数,必须包含的函数,启动函数*/ fmt.Println("Hello, World!") /* 阅读全文
posted @ 2021-12-02 09:39
自动侠
阅读(51)
评论(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
自动侠
阅读(48)
评论(0)
推荐(0)

浙公网安备 33010602011771号