571
社区成员
发帖
与我相关
我的任务
分享
使用git clone https://github.com/hoay123/menu.git 将仓库克隆到本地
安装go:brew install go
检查go在本机上的配置验证是否安装成功

在VScode中配置go插件


新建menu.go,编写简单的menu程序

用go run指令运行,结果正确

下载github拓展工具,在VScode中登录github账号
使用git add .
git commit -m "first commit"
git push -u origin main
将代码push到github仓库中

打开github仓库检查

作者 413