- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 159字
- 2021-06-24 17:04:21
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. Here is an example: "Name the preceding program basicHandler.go."
A block of code is set as follows:
{
"ID": 1,
"DriverName": "Menaka",
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{
"ID": 1,
"DriverName": "Menaka",
}
Any command-line input or output is written as follows:
> go run customMux.go
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "It returns a message saying Logged In successfully."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Getting Started with React
- 案例式C語言程序設計
- 編程的修煉
- Learning RxJava
- Spring實戰(第5版)
- Visual Basic學習手冊
- Python機器學習經典實例
- 程序員修煉之道:通向務實的最高境界(第2版)
- Integrating Facebook iOS SDK with Your Application
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Java Fundamentals
- Building Serverless Web Applications
- Bootstrap for Rails
- Backbone.js Testing
- Building Business Websites with Squarespace 7(Second Edition)