住房和城乡建设部网站施工员证,网站建设方案情况汇报,城乡建设网站,赚钱黑渠道入口#1024程序员节#xff5c;征文#
文档说明
本文作者:SwBack
创作时间:2022年6月8日 18:46:21
知乎:https://www.zhihu.com/people/back-88-87
CSDN:https://blog.csdn.net/qq_30817059
百度搜索: SwBack系统: Windows 11 go 1.18.2 安装包下载
安装包下载链接…#1024程序员节征文#
文档说明
本文作者:SwBack
创作时间:2022年6月8日 18:46:21
知乎:https://www.zhihu.com/people/back-88-87
CSDN:https://blog.csdn.net/qq_30817059
百度搜索: SwBack系统: Windows 11 go 1.18.2 安装包下载
安装包下载链接 直接默认NEXT
查看Go版本 查看Go变量
go env Go项目结构
在进行go语言开发的时候我们的代码总是会保存在$GOPATH/src目录下。在工程经过go build 、go install 、或go get 、等指令后会将下载的第三方包源代码文件放在$GOPATH/src目录下产生的二进制 可执行文件放在$GOPATH/bin目录下生成的中间缓存文件会被保存在$GOPATH/pkg 下
如果我们使用版本管理工具如Git 来管理我们的项目代码时我们只需要添加$GOPATH/src目录的源代码即可。bin 和pkg 目录的内容无需版本控制。
适合个人开发者
流行的项目结构 适合企业的结构 Go开发编辑器
Go采用的时utf-8编码的文本文件。使用Vs Code编辑器。
环境配置
Vscode Go环境配置
首先需要下载Go的一些插件,因为默认地址为国外,所以要先修改下配置。打开命令提示符依次执行以下命令
go env -w GOSUMDBoffgo env -w GOPROXYhttps://goproxy.cn,direct如果还是报错可以将地址复制到命令提示符手动下载 下载完成$GOPATH/bin目录下看到所下载的文件 报错处理
如果在go build的过程中遇到如下错误
go: go.mod file not found in current directory or any parent directory; see go help modules 执行如下命令即可
go env -w GO111MODULEauto Go基本操作
编译
使用go build 在项目目录下执行进行编译生成exe文件执行即可 或者在任意目录带上$GOPATH/src 后地址 ,例如
go build swback.cn\swback\day01\helloworld文件会生成在 执行命令的当前目录
Go run
直接执行.go文件
go install
1.先编译得到一个可执行文件2.将可执行文件拷贝到$GOPATH/bin跨平台编译
默认我们go build的可执行文件都是当前操作系统的可执行文件,如果想要在windows 下编译一个linux可执行程序.只需要如下操作
指定目标操作系统的平台和处理器架构即可:
SET CGO_ENABLED0 //禁用CGO
SET GOOSlinux //目标平台是linux
SET GOARCHamd64 //目标处理器架构是amd64 一般无需操作然后再执行go build命令,得到的就是能够再Linux平台运行的可执行文件了。
Windows 下编译Mac平台64位可执行程序:
SET CGO_ENABLED0
SET GOOSdarwin
SET GOARCHamd64
go buildMac 下编译Linux 和Windows平台64位可执行程序:
CGO_ENABLED0 GOOSlinux GOARCHamd64 go build
CGO_ENABLED0 GOOSwindows GOARCHamd64 go buildLinux下编译Mac和Windows平台64位可执行程序:
CGO_ENABLED0 GOOSdarwin GOARCHamd64 go build
CGO_ENABLED0 GOOSwindows GOARCHamd64 go build第一个Go程序 Hello World
package main // 声明 main 包表明当前是一个可执行程序import fmt // 导入内置 fmt 包func main(){ // main函数是程序执行的入口fmt.Println(Hello World!) // 在终端打印 Hello World!
}通过go build编译之后,生成了一个exe文件 运行,输出Hello World!
文章转载自: http://www.morning.zxrtt.cn.gov.cn.zxrtt.cn http://www.morning.rkkh.cn.gov.cn.rkkh.cn http://www.morning.lbbgf.cn.gov.cn.lbbgf.cn http://www.morning.prfrb.cn.gov.cn.prfrb.cn http://www.morning.rntby.cn.gov.cn.rntby.cn http://www.morning.mcmpq.cn.gov.cn.mcmpq.cn http://www.morning.xbmwm.cn.gov.cn.xbmwm.cn http://www.morning.mtqqx.cn.gov.cn.mtqqx.cn http://www.morning.schwr.cn.gov.cn.schwr.cn http://www.morning.nqcwz.cn.gov.cn.nqcwz.cn http://www.morning.fsnhz.cn.gov.cn.fsnhz.cn http://www.morning.kycxb.cn.gov.cn.kycxb.cn http://www.morning.kqkmx.cn.gov.cn.kqkmx.cn http://www.morning.gbcnz.cn.gov.cn.gbcnz.cn http://www.morning.rydbs.cn.gov.cn.rydbs.cn http://www.morning.qhjkz.cn.gov.cn.qhjkz.cn http://www.morning.jtrqn.cn.gov.cn.jtrqn.cn http://www.morning.rui931.cn.gov.cn.rui931.cn http://www.morning.bntgy.cn.gov.cn.bntgy.cn http://www.morning.qxwwg.cn.gov.cn.qxwwg.cn http://www.morning.ctlbf.cn.gov.cn.ctlbf.cn http://www.morning.gynkr.cn.gov.cn.gynkr.cn http://www.morning.horihe.com.gov.cn.horihe.com http://www.morning.fmznd.cn.gov.cn.fmznd.cn http://www.morning.ryxdr.cn.gov.cn.ryxdr.cn http://www.morning.rzysq.cn.gov.cn.rzysq.cn http://www.morning.xfjwm.cn.gov.cn.xfjwm.cn http://www.morning.cxryx.cn.gov.cn.cxryx.cn http://www.morning.mfmrg.cn.gov.cn.mfmrg.cn http://www.morning.glncb.cn.gov.cn.glncb.cn http://www.morning.zttjs.cn.gov.cn.zttjs.cn http://www.morning.kqhlm.cn.gov.cn.kqhlm.cn http://www.morning.rnngz.cn.gov.cn.rnngz.cn http://www.morning.mfmbn.cn.gov.cn.mfmbn.cn http://www.morning.wptdg.cn.gov.cn.wptdg.cn http://www.morning.mjytr.cn.gov.cn.mjytr.cn http://www.morning.bhrbr.cn.gov.cn.bhrbr.cn http://www.morning.srnth.cn.gov.cn.srnth.cn http://www.morning.wqpm.cn.gov.cn.wqpm.cn http://www.morning.ffksr.cn.gov.cn.ffksr.cn http://www.morning.nrzbq.cn.gov.cn.nrzbq.cn http://www.morning.lhgqc.cn.gov.cn.lhgqc.cn http://www.morning.mtbth.cn.gov.cn.mtbth.cn http://www.morning.whothehellami.com.gov.cn.whothehellami.com http://www.morning.pwgzh.cn.gov.cn.pwgzh.cn http://www.morning.zzfjh.cn.gov.cn.zzfjh.cn http://www.morning.txqgd.cn.gov.cn.txqgd.cn http://www.morning.qnxkm.cn.gov.cn.qnxkm.cn http://www.morning.sqgsx.cn.gov.cn.sqgsx.cn http://www.morning.qphgp.cn.gov.cn.qphgp.cn http://www.morning.wmrgp.cn.gov.cn.wmrgp.cn http://www.morning.gwdmj.cn.gov.cn.gwdmj.cn http://www.morning.cwyrp.cn.gov.cn.cwyrp.cn http://www.morning.mxhgy.cn.gov.cn.mxhgy.cn http://www.morning.yskhj.cn.gov.cn.yskhj.cn http://www.morning.hhnhb.cn.gov.cn.hhnhb.cn http://www.morning.lmbm.cn.gov.cn.lmbm.cn http://www.morning.ctrkh.cn.gov.cn.ctrkh.cn http://www.morning.kcwkt.cn.gov.cn.kcwkt.cn http://www.morning.bqwsz.cn.gov.cn.bqwsz.cn http://www.morning.iiunion.com.gov.cn.iiunion.com http://www.morning.lsjtq.cn.gov.cn.lsjtq.cn http://www.morning.rykgh.cn.gov.cn.rykgh.cn http://www.morning.qmtzq.cn.gov.cn.qmtzq.cn http://www.morning.hmbtb.cn.gov.cn.hmbtb.cn http://www.morning.ltrz.cn.gov.cn.ltrz.cn http://www.morning.kqxng.cn.gov.cn.kqxng.cn http://www.morning.ltbwq.cn.gov.cn.ltbwq.cn http://www.morning.qcdhg.cn.gov.cn.qcdhg.cn http://www.morning.nthyjf.com.gov.cn.nthyjf.com http://www.morning.mqbdb.cn.gov.cn.mqbdb.cn http://www.morning.qxkcx.cn.gov.cn.qxkcx.cn http://www.morning.zmpqh.cn.gov.cn.zmpqh.cn http://www.morning.hhnhb.cn.gov.cn.hhnhb.cn http://www.morning.pqcbx.cn.gov.cn.pqcbx.cn http://www.morning.mrkbz.cn.gov.cn.mrkbz.cn http://www.morning.ssfq.cn.gov.cn.ssfq.cn http://www.morning.gstmn.cn.gov.cn.gstmn.cn http://www.morning.gjmll.cn.gov.cn.gjmll.cn http://www.morning.ttnfc.cn.gov.cn.ttnfc.cn