- Distributed Computing with Go
- V.N. Nikhil Anurag
- 165字
- 2021-06-24 18:36:06
Package management
In the days of yore, all programs were written from scratch—every utility function and every library to run the code had to written by hand. Now a days, we don't want to deal with the low level details on a regular basis; it would be unimaginable to write all the required libraries and utilities from scratch. Go comes with a rich library, which will be enough for most of our needs. However, it is possible that we might need a few extra libraries or features not provided by the standard library. Such libraries should be available on the internet, and we can download and add them into our project to start using them.
In the previous section, GOPATH, we discussed how all our projects are saved into qualified paths of the $GOPATH/src/git-server.com/user-name/my-go-project form. This is true for any and all dependencies we might have. There are multiple ways to handle dependencies in Go. Let's look at some of them.
- Mastering vRealize Operations Manager(Second Edition)
- 每天5分鐘玩轉Kubernetes
- Puppet實戰
- Linux內核完全注釋(20周年版·第2版)
- Windows Phone 7.5 Data Cookbook
- 新手易學:系統安裝與重裝
- Implementing Azure DevOps Solutions
- Extending Bootstrap
- Kali Linux 2018:Windows Penetration Testing
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Windows 7應用入門與技巧
- iOS 8開發指南
- Linux基礎使用與案例
- Troubleshooting Docker
- Building Telephony Systems With Asterisk