Golang笔记

官网下载---https://golang.google.cn/dl/

go run main.go //运行

go env -w GO111MODULE=on
go env -w GOPROXY=https://proxy.golang.com.cn,direct
//更改镜像,便于vscode下载插件
var username = "aa" 
username := 1
const user = '11'
打赏
评论区
头像