- 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.
推薦閱讀
- Linux系統架構與運維實戰
- Linux Mint Essentials
- WordPress Mobile Web Development:Beginner's Guide
- 精解Windows 8
- Ganglia系統監控
- Installing and Configuring Windows 10:70-698 Exam Guide
- Microsoft Operations Management Suite Cookbook
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Delphi Programming Projects
- OpenStack系統架構設計實戰
- iOS 8開發指南
- Linux系統最佳實踐工具:命令行技術
- Windows 7實戰從入門到精通(超值版)
- Linux操作系統
- 統信UOS應用開發進階教程