- Security with Go
- John Daniel Leon
- 72字
- 2021-06-30 19:06:43
Building multiple Go files
If a program is split into multiple files, you can pass all of them to the build command. For example, if you have a main.go file and an utility.go file containing extra functions, you could build them by running the following command:
go build main.go utility.go
If you tried to build main.go by itself, it would not be able to find the references to the functions in utility.go.
推薦閱讀
- 線性代數(shù)選講
- 數(shù)學星球:人類文明與數(shù)學(萬物皆數(shù)學)
- Introduction to Blockchain and Ethereum
- 世界是隨機的:大數(shù)據(jù)時代的概率統(tǒng)計學
- 迷人的邏輯題
- GMAT批判性推理:邏輯分類精講
- Blockchain Quick Reference
- 妙趣橫生博弈論:事業(yè)與人生的成功之道(白金版)
- 數(shù)學實驗教程
- 文化偉人代表作圖釋書系:算術(shù)研究
- MATLAB矩陣分析和計算
- 救命的數(shù)學
- 無言的宇宙
- 迷人的數(shù)學(全2冊)
- 2016年管理類專業(yè)學位聯(lián)考綜合能力考試 數(shù)學考點歸納與真題解析