type
status
date
slug
summary
tags
category
icon
password
AI summary

第一个程序

第一个程序当然是hello world啦

1、进入前面创建的goproj文件夹

notion image
在这里我使用的是goland开发工具
notion image

2、在src下面创建一个hello文件夹,创建main.go的文件:

3、在hello文件夹下面执行运行

3.1 执行go build构建

notion image

3.2 执行go run直接运行

 
notion image
变量和常量编辑器