- Distributed Computing with Go
- V.N. Nikhil Anurag
- 98字
- 2021-06-24 18:36:07
Working with book's code
The source code discussed throughout the book can be obtained in two ways:
- Using go get -u github.com/last-ent/distributed-go
- Downloading the code bundle from the website and extracting it to $GOPATH/src/github.com/last-ent/distributed-go
The code for complete book should now be available at $GOPATH/src/github.com/last-ent/distributed-go and the code specific for each chapter will be available in that particular chapter number's directory.
For example,
Code for Chapter 1 -> $GOPATH/src/github.com/last-ent/distributed-go/chapter1
Code for Chapter 2 -> $GOPATH/src/github.com/last-ent/distributed-go/chapter2
And so on.
Whenever we discuss code in any particular chapter, it is implied that we are in the respective chapter's folder.
推薦閱讀
- 30天自制操作系統
- Linux內核完全注釋(20周年版·第2版)
- Extending Bootstrap
- Windows Vista融會貫通
- Mobile First Design with HTML5 and CSS3
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Troubleshooting Docker
- Ubuntu Linux操作系統實用教程
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- Linux系統管理初學者指南:基于CentOS 7.6
- 程序員必讀經典(算法基礎+計算機系統)
- SAP后勤模塊實施攻略:SAP在生產、采購、銷售、物流中的應用
- Mastering AWS CloudFormation
- Windows Azure實戰