- 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.
- Linux運維之道(第3版)
- Extending Puppet
- Mastering KVM Virtualization
- 精解Windows8
- Moodle 3.x Teaching Techniques(Third Edition)
- Windows 7中文版從入門到精通(修訂版)
- Joomla! 3 Template Essentials
- Linux設備驅動開發
- Windows 10從新手到高手
- 從實踐中學習Windows滲透測試
- Linux應用大全 基礎與管理
- Android NDK Beginner's Guide
- 微信小程序項目開發實戰:用WePY、mpvue、Taro打造高效的小程序
- Modern Python Cookbook
- 操作系統教程