Introducing Go: Build Reliable, Scalable Programs (Paperback)

Caleb Doxsey

  • 出版商: O'Reilly
  • 出版日期: 2016-03-01
  • 定價: $825
  • 售價: 9.5$784
  • 貴賓價: 9.0$743
  • 語言: 英文
  • 頁數: 124
  • 裝訂: Paperback
  • ISBN: 1491941952
  • ISBN-13: 9781491941959
  • 相關分類: JVM 語言
  • 立即出貨 (庫存 < 4)

買這商品的人也買了...

商品描述

Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.

Go is a general-purpose programming language with a clean syntax and advanced features, including concurrency. This book provides the one-on-one support you need to get started with the language, with short, easily digestible chapters that build on one another. By the time you finish this book, not only will you be able to write real Go programs, you'll be ready to tackle advanced techniques.

  • Jump into Go basics, including data types, variables, and control structures
  • Learn complex types, such as slices, functions, structs, and interfaces
  • Explore Go’s core library and learn how to create your own package
  • Write tests for your code by using the language’s go test program
  • Learn how to run programs concurrently with goroutines and channels
  • Get suggestions to help you master the craft of programming

商品描述(中文翻譯)

適合對程式設計基礎有所了解的初學者,這本實踐指南提供了一個簡單的介紹,讓你輕鬆入門Google開發的通用程式語言Go。作者Caleb Doxsey透過每章的逐步指導和練習,介紹了Go語言的核心特性,幫助你練習所學。

Go是一種具有乾淨語法和高級功能(包括並發性)的通用程式語言。這本書提供了你入門該語言所需的一對一支援,以短小易懂的章節逐步建立你的知識。當你完成這本書時,不僅能夠撰寫真實的Go程式,還能夠應對高級技巧。

本書內容包括:
- 學習Go的基礎知識,包括資料型別、變數和控制結構
- 探索複雜型別,如切片、函式、結構和介面
- 瞭解Go的核心函式庫,並學習如何建立自己的套件
- 使用語言的`go test`程式為你的程式碼撰寫測試
- 學習如何使用goroutines和channels實現並行執行程式
- 獲得有助於你精通程式設計的建議。