Hands-On Go Programming: Explore Go by solving real-world challenges

Tarik Guney

  • 出版商: Packt Publishing
  • 出版日期: 2018-08-30
  • 售價: $1,260
  • 貴賓價: 9.5$1,197
  • 語言: 英文
  • 頁數: 176
  • 裝訂: Paperback
  • ISBN: 1789531756
  • ISBN-13: 9781789531756
  • 相關分類: Go 程式語言
  • 下單後立即進貨 (約3~4週)

商品描述

Learn Go programming with concise examples providing solutions to many common fundamental problems.

Key Features

  • Get comfortable with Go through short, independent, and concise recipes
  • Overcome the most common challenges in Go with practical solutions
  • Take advantage of the most exciting features of Go such as Goroutines

Book Description

Go has become increasingly popular. C-like speed, simplicity, and power for a growing number of system-level programming domains make it an attractive option for programmers. This book will help you learn the Go programming language by solving problems developers commonly face with a recipe approach.

You'll start by installing Go binaries and get familiar with the tools needed to develop an application. Then you'll manipulate with strings and use them in built-in function constructs to create a complex value from two floating-point values. Next, you'll learn how to perform arithmetic operations with date and time values, along with parsing them from string values.

Whether you're an expert programmer or a fresh starter, you will learn how various answers are programmed in the Go language, which will take you to the next level of mastery with Go. We cover concurrency in Go, performing various web programming tasks, doing system programming, reading and writing files, and many fundamental Go programming skills, such as proper error handling, and logging.

What you will learn

  • Convert types from one to another
  • Work with dates and times
  • Work with maps and arrays
  • Handle errors and perform logging
  • Work with files and directories
  • Handle HTTP request and responses
  • Perform CRUD operations on a relational database

Who this book is for

This book caters to software developers who are interested in learning the Go language, and programmers who want to move forward with practical code examples.

Table of Contents

  1. Getting started with go
  2. Manipulating string values
  3. Type conversions
  4. Date and time
  5. Maps and arrays
  6. Errors and logging
  7. Files and directories
  8. Concurrency
  9. System programming
  10. Web programming
  11. Relational databases