March 2020
Intermediate to advanced
406 pages
8h 39m
English
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: " The following code blocks will show the Next() incantation"
A block of code is set as follows:
// Note the trailing () for this anonymous function invocationfunc() { fmt.Println("Hello Go")}()
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
// Note the trailing () for this anonymous function invocationfunc() { fmt.Println("Hello Go")}()
Any command-line input or output is written as follows:
$ go test -bench=. ...
Read now
Unlock full access