Beginning Go Programming: Build Reliable and Efficient Applications with Go

Beginning Go Programming: Build Reliable and Efficient Applications with Go

English | 2022 | ISBN: 978-1484288573 | 277 Pages | PDF, EPUB | 10 MB

Understand and write programs in Go, a multi-paradigm language with built-in features for concurrent programming. This book enables developers to build software that is simple, reliable, and efficient. It’ll also help beginners to start programming Go-based applications.

Beginning Go Programming begins by explaining the programming fundamentals of the Go language, including basic syntax, data type and structures, and the use of functions and methods. Next, it covers string formatting, Unicode data handling, and how to use regular expressions in Go. Further, it discusses how to encode and decode JSON formatted data for Go applications, and how to work with HTTP in Go. It concludes by exploring concurrency and covering the most powerful features of Go, as well as tips and tricks related to it. After reading this book and working through its practical examples, you will be ready to begin programming your own Go-based applications.

What You Will Learn

  • Understand the fundamentals of the Go programming language
  • Master the different features of Go and how to implement real-life scenarios using the language
  • Work with text in Go, such as string formatting and Unicode data handling
  • Work with HTTP in Go
Homepage