- Hands-On Full Stack Development with Go
- Mina Andrawos
- 180字
- 2021-07-02 12:33:27
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, path names, dummy URLs, user input, and Twitter handles. Here is an example: "We'll also cover some concepts that are specific to Go, such as slice, panic, and defer."
A block of code is set as follows:
package mypackage
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
type Student struct{
Person
studentId int
}
func (s Student) GetStudentID()int{
return s.studentId
}
Any command-line input or output is written as follows:
go install
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: "This is called type inference, since you infer the variable type from the provided value."
- Spring Boot 2實戰之旅
- Embedded Linux Projects Using Yocto Project Cookbook
- Visual Basic .NET程序設計(第3版)
- Hyper-V 2016 Best Practices
- Computer Vision for the Web
- Full-Stack Vue.js 2 and Laravel 5
- 基于Swift語言的iOS App 商業實戰教程
- Selenium Testing Tools Cookbook(Second Edition)
- 區塊鏈技術與應用
- SQL 經典實例
- Learning YARN
- Web前端應用開發技術
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- HTML5移動前端開發基礎與實戰(微課版)
- 分布式系統架構與開發:技術原理與面試題解析