- 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."
- Boost C++ Application Development Cookbook(Second Edition)
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- React Native Cookbook
- Learning Bayesian Models with R
- Data Analysis with IBM SPSS Statistics
- Java設計模式及實踐
- R的極客理想:工具篇
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Kotlin從基礎到實戰
- C++寶典
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Mastering C++ Multithreading
- OpenCV with Python By Example
- Learning Nessus for Penetration Testing
- JavaScript悟道