- Distributed Computing with Go
- V.N. Nikhil Anurag
- 123字
- 2021-06-24 18:36:06
src/
This is the directory that will contain the source code of our projects and their dependencies. In general, we want our source code to have version control and be hosted on the cloud. It would also be great if we or anyone else could easily use our project. This requires a little extra setup on our part.
Let's imagine that our project is hosted at http://git-server.com/user-name/my-go-project. We want to clone and build this project on our local system. To make it properly work, we need to clone it to $GOPATH/src/git-server.com/user-name/my-go-project. When we build a Go project with dependencies for the first time, we will see that the src/ folder has many directories and subdirectories that contain the dependencies of our project.
推薦閱讀
- Linux運維之道(第3版)
- vSphere Virtual Machine Management
- 嵌入式Linux系統開發:基于Yocto Project
- Ganglia系統監控
- Windows Phone應用程序開發
- 嵌入式操作系統(Linux篇)(微課版)
- VMware NSX Cookbook
- Windows Server 2012網絡操作系統項目教程(第4版)
- Distributed Computing with Go
- Troubleshooting Docker
- Introduction to R for Quantitative Finance
- 統信UOS應用開發進階教程
- Android應用性能優化最佳實踐
- 應急指揮信息系統設計
- Learning IBM Watson Analytics