Learning Go Programming
暫譯: 學習 Go 程式設計
Vladimir Vivien
- 出版商: Packt Publishing
- 出版日期: 2016-10-27
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 348
- 裝訂: Paperback
- ISBN: 1784395439
- ISBN-13: 9781784395438
-
相關分類:
Go 程式語言、程式語言
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$500$450 -
$500$475 -
$550$523 -
$1,544AI Game Engine Programming, 2/e (Paperback)
-
$3,184High Dynamic Range Imaging, 2/e : Acquisition, Display, and Image-Based Lighting (Hardcover)
-
$940$700 -
$2,560$2,432 -
$1,980$1,881 -
$969Debugging Teams: Better Productivity through Collaboration (Paperback)
-
$1,585$1,506 -
$1,880$1,786 -
$1,530Go Web Programming (Paperback)
-
$799Go in Practice (Paperback)
-
$354$336 -
$3,070$2,917 -
$2,160Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture
-
$1,758Concurrency in Go: Tools and Techniques for Developers (Paperback)
-
$2,907C++ Templates: The Complete Guide, 2/e (Hardcover)
-
$480$379 -
$480$379 -
$650$429 -
$480$379 -
$540$459 -
$1,428$1,357 -
$720$569
相關主題
商品描述
Key Features
- Insightful coverage of Go programming syntax, constructs, and idioms to help you understand Go code effectively
- Push your Go skills, with topics such as, data types, channels, concurrency, object-oriented Go, testing, and network programming
- Each chapter provides working code samples that are designed to help reader quickly understand respective topic
Book Description
The Go programming language has firmly established itself as a favorite for building complex and scalable system applications. Go offers a direct and practical approach to programming that let programmers write correct and predictable code using concurrency idioms and a full-featured standard library.
This is a step-by-step, practical guide full of real world examples to help you get started with Go in no time at all. We start off by understanding the fundamentals of Go, followed by a detailed description of the Go data types, program structures and Maps. After this, you learn how to use Go concurrency idioms to avoid pitfalls and create programs that are exact in expected behavior. Next, you will be familiarized with the tools and libraries that are available in Go for writing and exercising tests, benchmarking, and code coverage.
Finally, you will be able to utilize some of the most important features of GO such as, Network Programming and OS integration to build efficient applications. All the concepts are explained in a crisp and concise manner and by the end of this book; you would be able to create highly efficient programs that you can deploy over cloud.
What you will learn
- Install and configure the Go development environment to quickly get started with your first program.
- Use the basic elements of the language including source code structure, variables, constants, and control flow primitives to quickly get started with Go
- Gain practical insight into the use of Go's type system including basic and composite types such as maps, slices, and structs.
- Use interface types and techniques such as embedding to create idiomatic object-oriented programs in Go.
- Develop effective functions that are encapsulated in well-organized package structures with support for error handling and panic recovery.
- Implement goroutine, channels, and other concurrency primitives to write highly-concurrent and safe Go code
- Write tested and benchmarked code using Go’s built test tools
- Access OS resources by calling C libraries and interact with program environment at runtime
About the Author
Vladimir Vivien (@vladimirvivien) is a software engineer living in the United States. He is a previously published author and has written code in languages such as Java, JavaScript, Python, C to name a few. Vladimir has work in diverse industries including technology, publishing, financial, and healthcare. After years of building enterprise systems using Java, Vladimir came to Go for its simplicity and stayed for its concurrency and fast build time. Vladimir continues to use Go as his primary language to build and create open source software (https://github.com/vladimirivivien).
Table of Contents
- A First Step in Go
- Go Language Essentials
- Go Control Flow
- Data Types
- Functions in Go
- Go Packages and Programs
- Composite Types
- Methods, Interfaces, and Objects
- Concurrency
- Data IO in Go
- Writing Networked Services
- Code Testing
商品描述(中文翻譯)
**主要特點**
- 深入探討 Go 程式語言的語法、結構和慣用法,幫助您有效理解 Go 代碼
- 提升您的 Go 技能,涵蓋主題如資料類型、通道、並發、物件導向 Go、測試和網路程式設計
- 每章提供可運行的代碼範例,旨在幫助讀者快速理解各自的主題
**書籍描述**
Go 程式語言已穩固地成為構建複雜且可擴展系統應用的最愛。Go 提供了一種直接且實用的程式設計方法,讓程式設計師能夠使用並發慣用法和功能齊全的標準庫來編寫正確且可預測的代碼。
這是一本逐步的實用指南,充滿了現實世界的範例,幫助您迅速入門 Go。我們首先了解 Go 的基本原理,接著詳細描述 Go 的資料類型、程式結構和地圖。之後,您將學習如何使用 Go 的並發慣用法來避免陷阱,並創建行為預期的程式。接下來,您將熟悉 Go 中可用於編寫和執行測試、基準測試和代碼覆蓋的工具和庫。
最後,您將能夠利用 Go 的一些最重要特性,如網路程式設計和作業系統整合,來構建高效的應用程式。所有概念都以簡潔明瞭的方式解釋,並且在本書結束時,您將能夠創建高效的程式,並能夠在雲端上部署。
**您將學到的內容**
- 安裝和配置 Go 開發環境,以快速開始您的第一個程式。
- 使用語言的基本元素,包括源代碼結構、變數、常數和控制流程原語,快速入門 Go。
- 獲得對 Go 類型系統的實用見解,包括基本和複合類型,如地圖、切片和結構。
- 使用介面類型和嵌入等技術,在 Go 中創建慣用的物件導向程式。
- 開發有效的函數,這些函數封裝在組織良好的包結構中,並支持錯誤處理和恐慌恢復。
- 實現 goroutine、通道和其他並發原語,以編寫高度並發且安全的 Go 代碼。
- 使用 Go 的內建測試工具編寫經過測試和基準測試的代碼。
- 通過調用 C 庫訪問作業系統資源,並在運行時與程式環境互動。
**關於作者**
**Vladimir Vivien** (@vladimirvivien) 是一位居住在美國的軟體工程師。他是一位已出版的作者,曾用 Java、JavaScript、Python、C 等語言編寫代碼。Vladimir 在技術、出版、金融和醫療等多個行業工作過。經過多年使用 Java 構建企業系統後,Vladimir 因其簡單性而選擇了 Go,並因其並發性和快速構建時間而持續使用。Vladimir 繼續將 Go 作為他的主要語言來構建和創建開源軟體 (https://github.com/vladimirivivien)。
**目錄**
1. Go 的第一步
2. Go 語言基礎
3. Go 控制流程
4. 資料類型
5. Go 中的函數
6. Go 包和程式
7. 複合類型
8. 方法、介面和物件
9. 並發
10. Go 中的資料 IO
11. 編寫網路服務
12. 代碼測試