- 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版)
- Mastering ElasticSearch
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 操作系統基礎與實踐:基于openEuler平臺
- Learn Helm
- Windows Server 2019 Administration Fundamentals
- jQuery UI Cookbook
- Linux服務器配置與管理
- Java EE 8 High Performance
- Mastering Sass
- 基于Arduino的嵌入式系統入門與實踐
- Hadoop Operations and Cluster Management Cookbook
- SAP后勤模塊實施攻略:SAP在生產、采購、銷售、物流中的應用
- Mastering AWS CloudFormation
- Apache ShardingSphere權威指南