- 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."
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Hands-On DevOps with Vagrant
- WordPress Mobile Web Development:Beginner's Guide
- PLC控制系統應用與維護
- Java EE 8 Design Patterns and Best Practices
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Windows 7案例教程
- 突破平面3ds Max動畫設計與制作
- Linux命令行大全(第2版)
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Troubleshooting Docker
- iOS 10 開發指南
- Windows Server 2008組網技術與實訓(第3版)
- 鴻蒙HarmonyOS手機應用開發實戰
- Docker容器技術與應用