- 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."
- vSphere Virtual Machine Management
- Ubuntu Linux操作系統
- 新手易學:系統安裝與重裝
- Mastering KVM Virtualization
- 混沌工程實戰:手把手教你實現系統穩定性
- 異質結原理與器件
- RESS Essentials
- 奔跑吧 Linux內核(入門篇)
- Linux服務器配置與管理
- 計算機應用基礎(Windows 7+Office 2016)
- Introduction to R for Quantitative Finance
- Learn CUDA Programming
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Windows 8完全自學手冊
- Serverless Architectures with Kubernetes