Go Cookbook
暫譯: Go 食譜
Aaron Torres
- 出版商: Packt Publishing
- 出版日期: 2017-06-29
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 400
- 裝訂: Paperback
- ISBN: 1783286830
- ISBN-13: 9781783286836
-
相關分類:
Go 程式語言、程式語言
已過版
相關主題
商品描述
Key Features
- Discover a number of recipes and approaches to develop modern back-end applications
- Put to use the best practices to combine the recipes for sophisticated parallel tools
- This book is based on Go 1.8, which is the latest version
Book Description
Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a large standard library.
This book takes off where basic tutorials on the language leave ff. You can immediately put into practice some of the more advanced concepts and libraries offered by the language while avoiding some of the common mistakes for new Go developers.
The book covers basic type and error handling. It explores applications that interact with users, such as websites, command-line tools, or via the file system. It demonstrates how to handle advanced topics such as parallelism, distributed systems, and performance tuning. Lastly, it finishes with reactive and serverless programming in Go.
What you will learn
- Test your application using advanced testing methodologies
- Develop an awareness of application structures, interface design, and tooling
- Create strategies for third-party packages, dependencies, and vendoring
- Get to know tricks on treating data such as collections
- Handle errors and cleanly pass them along to calling functions
- Wrap dependencies in interfaces for ease of portability and testing
- Explore reactive programming design patterns in Go
About the
商品描述(中文翻譯)
**主要特點**
- 探索多種食譜和方法來開發現代後端應用程式
- 運用最佳實踐來結合複雜的平行工具食譜
- 本書基於 Go 1.8,這是最新版本
**書籍描述**
Go(又稱 Golang)是一種靜態類型的程式語言,最初由 Google 開發。它源自 C 語言,並增加了垃圾回收、類型安全、動態類型能力、額外的內建類型以及龐大的標準庫等特性。
本書從語言的基本教程開始,幫助讀者立即實踐語言所提供的一些更高級的概念和庫,同時避免新手 Go 開發者常見的錯誤。
本書涵蓋基本類型和錯誤處理。它探討與用戶互動的應用程式,例如網站、命令行工具或通過檔案系統的應用。它展示了如何處理平行性、分散式系統和性能調優等高級主題。最後,書中還介紹了 Go 中的反應式和無伺服器編程。
**您將學到的內容**
- 使用高級測試方法測試您的應用程式
- 培養對應用程式結構、介面設計和工具的認識
- 為第三方套件、依賴項和供應商創建策略
- 瞭解處理數據(如集合)的技巧
- 處理錯誤並將其乾淨地傳遞給調用函數
- 將依賴項包裝在介面中,以便於可攜性和測試
- 探索 Go 中的反應式編程設計模式
**關於本書**