go项目新增一个代码文件
Posted 软件工程小施同学
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go项目新增一个代码文件相关的知识,希望对你有一定的参考价值。
1.记住路径名
2.新建代码文件
包名为文件夹名
如果该函数要能被外面访问,则需要开头大写
3.新建入口文件
代码文件名不能以_test结尾,比如mian_test.go
包名为main
引入代码文件为的路径为:module名+包名
4. 构建
go build -o output/bin/test cmd/main_1.go
以上是关于go项目新增一个代码文件的主要内容,如果未能解决你的问题,请参考以下文章
npm : 无法加载文件 D:softcodeProcess ode ode_global pm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.micr +(代码片段
[Go] 通过 17 个简短代码片段,切底弄懂 channel 基础
go-carbon 1.3.2 版本发布,新增自定义 i18n 系列方法和日文翻译文件
解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘(代码片段