- Go Web Development Cookbook
- Arpit Aggarwal
- 175字
- 2021-08-27 19:01:09
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, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "GZIP compression means sending the response to the client from the server in a .gzip format rather than sending a plain response."
A block of code is set as follows:
for
{
conn, err := listener.Accept()
if err != nil
{
log.Fatal("Error accepting: ", err.Error())
}
log.Println(conn)
}
Any command-line input or output is written as follows:
$ go get github.com/gorilla/handlers
$ go get github.com/gorilla/mux
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: "AngularJS client page has an HTML form with Id, FirstName, and LastName fields as shown in the following screenshot."
- 6G潛在關(guān)鍵技術(shù)(下冊(cè))
- 物聯(lián)網(wǎng)安全(原書第2版)
- Hands-On Industrial Internet of Things
- 物聯(lián)網(wǎng)檢驗(yàn)檢測(cè)技術(shù)
- 物聯(lián)網(wǎng)概論(第2版)
- 互聯(lián)網(wǎng)基礎(chǔ)資源技術(shù)與應(yīng)用發(fā)展態(tài)勢(shì)(2021—2023)
- 網(wǎng)絡(luò)安全技術(shù)與解決方案(修訂版)
- 正在爆發(fā)的互聯(lián)網(wǎng)革命
- Wireshark網(wǎng)絡(luò)分析就這么簡(jiǎn)單
- 雷達(dá)饋線技術(shù)
- Getting Started with Grunt:The JavaScript Task Runner
- 新手易學(xué):新手學(xué)淘寶開店
- Master Apache JMeter:From Load Testing to DevOps
- Guide to NoSQL with Azure Cosmos DB
- 信息技術(shù)安全評(píng)估準(zhǔn)則:源流、方法與實(shí)踐