- 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.
推薦閱讀
- Arch Linux Environment Setup How-to
- Linux就該這么學
- Windows Phone 8 Application Development Essentials
- Linux自動化運維:Shell與Ansible(微課版)
- 網絡操作系統教程:Windows Server 2016管理與配置
- STM32庫開發實戰指南:基于STM32F4
- Android物聯網開發細致入門與最佳實踐
- 突破平面3ds Max動畫設計與制作
- NetDevOps入門與實踐
- 計算機應用基礎(Windows 7+Office 2016)
- Cassandra 3.x High Availability(Second Edition)
- iOS 10 開發指南
- Mastering Windows 8 C++ App Development
- OpenStack Essentials(Second Edition)
- Microsoft Hyper-V Cluster Design