- 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."
- Red Hat Enterprise Linux 8系統管理實戰
- UNIX操作系統設計
- Arch Linux Environment Setup How-to
- BPEL and Java Cookbook
- Kali Linux滲透測試全流程詳解
- Windows Vista融會貫通
- Linux就該這么學
- Windows 7應用入門與技巧
- Django Project Blueprints
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Linux軟件管理平臺設計與實現
- Linux操作系統
- Heroku Cloud Application Development
- Hadoop Real-World Solutions Cookbook
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)