August 2019
Intermediate to advanced
242 pages
5h 45m
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
type nn struct { g *ExprGraph w0, w1 *Node pred *Node}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
intercept Ctrl+C sigChan := make(chan os.Signal, 1) signal.Notify(sigChan, syscall.SIGINT, syscall.SIGTERM) doneChan := make(chan bool, 1)
Any command-line input or output is written as ...
Read now
Unlock full access