- Distributed Computing with Go
- V.N. Nikhil Anurag
- 100字
- 2021-06-24 18:36:07
Structuring a project
A project might have more than just the source code for the project, for example, configuration files and project documentation. Depending upon preferences, the way the project is structured can drastically change. However, the most important thing to remember is that the entry point to the whole program is through the main function, which is implemented within main.go as a convention.
The application we will be building in this book, will have the following initial structure:
$ tree . ├── common │ ├── helpers.go │ └── test_helpers.go └── main.go
推薦閱讀
- Kali Linux滲透測試全流程詳解
- 構建可擴展分布式系統:方法與實踐
- Ganglia系統監控
- Implementing Azure DevOps Solutions
- 嵌入式Linux驅動程序和系統開發實例精講
- Alfresco 4 Enterprise Content Management Implementation
- 數據中心系統工程及應用
- Instant Optimizing Embedded Systems using Busybox
- 網絡操作系統管理與應用(第三版)
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- 細說Linux基礎知識
- Building Telephony Systems With Asterisk
- Linux應用大全 基礎與管理
- Hadoop Real-World Solutions Cookbook
- bash shell腳本編程經典實例(第2版)