- Distributed Computing with Go
- V.N. Nikhil Anurag
- 205字
- 2021-06-24 18:36:05
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. For example, "Now that we have all the code in place, let's build the Docker image using the Dockerfile file."
A block of code is set as follows:
// addInt.go package main func addInt(numbers ...int) int { sum := 0 for _, num := range numbers { sum += num } return sum }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
// addInt.go package main func addInt(numbers ...int) int { sum := 0 for _, num := range numbers { sum += num } return sum }
Any command-line input or output is written as follows:
$ cd docker
Bold: Indicates a new term, an important word, or words that you see on the screen, for example, in menus or dialog boxes, also appear in the text like this. For example, "Select System info from the Administration panel."
- 零起點學Linux系統管理
- Learning Windows Server Containers
- 曝光:Linux企業運維實戰
- Linux性能優化
- SharePoint 2013 應用開發實戰
- 精解Windows8
- Linux操作系統應用編程
- Linux就該這么學
- 移動應用UI設計模式(第2版)
- 無蘋果不生活 The New iPad隨身寶典
- 注冊表應用完全DIY
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- 云原生落地:產品、架構與商業模式
- Windows Server 2008組網技術與實訓(第3版)
- Linux內核API完全參考手冊(第2版)