- Go Programming Blueprints(Second Edition)
- Mat Ryer
- 170字
- 2021-07-08 10:39:59
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "You will notice that the deployable artifact for your application is the webApp.war
file."
A block of code is set as follows:
package meander type Cost int8 const ( _ Cost = iota Cost1 Cost2 Cost3 Cost4 Cost5 )
Any command-line input or output is written as follows:
go build -o project && ./project
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Once you install Xcode, you open Preferences and navigate to the Downloads section"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動(dòng)化測試解決方案
- JavaScript修煉之道
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- Git高手之路
- INSTANT Sencha Touch
- SEO智慧
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- JavaScript入門經(jīng)典
- C專家編程
- Test-Driven JavaScript Development
- Azure Serverless Computing Cookbook
- Go語言底層原理剖析
- 零基礎(chǔ)看圖學(xué)ScratchJr:少兒趣味編程(全彩大字版)