Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
The Go Workshop
The Go Workshop

The Go Workshop: Learn to write clean, efficient code and build high-performance applications with Go

Arrow left icon
Profile Icon Delio D'Anna Profile Icon Andrew Hayes Profile Icon Sam Hennessy Profile Icon Jeremy Leasor Profile Icon Gobin Sougrakpam Profile Icon Dániel Szabó +2 more Show less
Arrow right icon
Mex$648.99 Mex$721.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8 (10 Ratings)
eBook Dec 2019 824 pages 1st Edition
eBook
Mex$648.99 Mex$721.99
Paperback
Mex$902.99
Subscription
Free Trial
Arrow left icon
Profile Icon Delio D'Anna Profile Icon Andrew Hayes Profile Icon Sam Hennessy Profile Icon Jeremy Leasor Profile Icon Gobin Sougrakpam Profile Icon Dániel Szabó +2 more Show less
Arrow right icon
Mex$648.99 Mex$721.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8 (10 Ratings)
eBook Dec 2019 824 pages 1st Edition
eBook
Mex$648.99 Mex$721.99
Paperback
Mex$902.99
Subscription
Free Trial
eBook
Mex$648.99 Mex$721.99
Paperback
Mex$902.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

The Go Workshop

2. Logic and Loops

Overview

In this chapter, we'll use branching logic and loops to demonstrate how logic can be controlled and selectively run. With these tools, you'll have control of what you do and don't want to run based on the values of variables.

By the end of this chapter, you will be able to implement branching logic using if, else, and else if; use switch statements to simplify complex branching logic; create looping logic using a for loop; loop over complex data collections using range; and use continue and break to take control of the flow of loops.

Introduction

In the previous chapter, we looked at variables and values and how we can temporarily store data in a variable and make changes to that data. We're now going to look at how we can use that data to run logic, or not, selectively. This logic allows you to control how data flows through your software. You can react to and perform different operations based on the values in your variables.

The logic could be for validating your user's inputs. If we were writing code to manage a bank account, and the user asked to withdraw some money, we could check that they asked for a valid amount of money. We would check that they had enough money in their account. If the validation was successful, we would use logic to update their balance, transfer the money, and show a success message. If the validation failed, we'd show a message explaining what went wrong.

If your software is a virtual world, then logic is the physical law of that world. Like the physical laws...

Summary

In this chapter, we discussed logic and loops. These are the foundational building blocks to build complex software. They allow you to have data flow through your code. They let you deal with collections of data by letting you execute the same logic on every element of the data.

Being able to define the rules and laws of your code are the starting points of codifying the real world in software. If you are creating banking software and the bank has rules about what you can and can't do with money, then you can also define those rules in your code.

Logic and loops are the essential tools that you'll use to build all your software.

In the next chapter, we'll look at Go's type system and the core types it has available.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Build a comprehensive foundation in Go and focus on developing real-world applications
  • Explore the Go Standard Library and learn how to structure your code
  • Learn how to efficiently interact with files, databases and REST APIs

Description

The Go Workshop will take the pain out of learning the Go programming language (also known as Golang). It is designed to teach you to be productive in building real-world software. Presented in an engaging, hands-on way, this book focuses on the features of Go that are used by professionals in their everyday work. Each concept is broken down, clearly explained, and followed up with activities to test your knowledge and build your practical skills. Your first steps will involve mastering Go syntax, working with variables and operators, and using core and complex types to hold data. Moving ahead, you will build your understanding of programming logic and implement Go algorithms to construct useful functions. As you progress, you'll discover how to handle errors, debug code to troubleshoot your applications, and implement polymorphism using interfaces. The later chapters will then teach you how to manage files, connect to a database, work with HTTP servers and REST APIs, and make use of concurrent programming. Throughout this Workshop, you'll work on a series of mini projects, including a shopping cart, a loan calculator, a working hours tracker, a web page counter, a code checker, and a user authentication system. By the end of this book, you'll have the knowledge and confidence to tackle your own ambitious projects with Go.

Who is this book for?

The Go Workshop is designed for anyone who is new to Go. Whether you're beginning your journey as an aspiring developer, or are experienced with another programming language and want to branch out to something new, this book will get you on the right track. No prior programming experience is necessary.

What you will learn

  • Understand Go syntax and use it to handle data and write functions
  • Debug your Go code to troubleshoot development problems
  • Safely handle errors and recover from panics
  • Implement polymorphism by using interfaces
  • Work with files and connect to external databases
  • Create a HTTP client and server and work with a RESTful web API
  • Use concurrency to design software that can multitask
  • Use Go Tools to simplify development and improve your code

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Dec 30, 2019
Length: 824 pages
Edition : 1st
Language : English
ISBN-13 : 9781838640156
Vendor :
Google
Category :
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Dec 30, 2019
Length: 824 pages
Edition : 1st
Language : English
ISBN-13 : 9781838640156
Vendor :
Google
Category :
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total Mex$ 3,549.97
The Go Workshop
Mex$902.99
Mastering Go
Mex$1353.99
The Python Workshop
Mex$1292.99
Total Mex$ 3,549.97 Stars icon

Table of Contents

19 Chapters
1. Variables and Operators Chevron down icon Chevron up icon
2. Logic and Loops Chevron down icon Chevron up icon
3. Core Types Chevron down icon Chevron up icon
4. Complex Types Chevron down icon Chevron up icon
5. Functions Chevron down icon Chevron up icon
6. Errors Chevron down icon Chevron up icon
7. Interfaces Chevron down icon Chevron up icon
8. Packages Chevron down icon Chevron up icon
9. Basic Debugging Chevron down icon Chevron up icon
10. About Time Chevron down icon Chevron up icon
11. Encoding and Decoding (JSON) Chevron down icon Chevron up icon
12. Files and Systems Chevron down icon Chevron up icon
13. SQL and Databases Chevron down icon Chevron up icon
14. Using the Go HTTP Client Chevron down icon Chevron up icon
15. HTTP Servers Chevron down icon Chevron up icon
16. Concurrent Work Chevron down icon Chevron up icon
17. Using Go Tools Chevron down icon Chevron up icon
18. Security Chevron down icon Chevron up icon
19. Special Features Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(10 Ratings)
5 star 80%
4 star 20%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




agus Jun 22, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great Book
Subscriber review Packt
Jonathan Reeves Oct 12, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book walks you through the basics of Go all the way up to some of the advanced concepts. You will learn the Go programming language and have projects that you have built by the end of this book. The projects are fun the writing style is very easy to understand and helps to solidify the concepts taught.If you are looking for a way to learn Go and learn it well I highly recommend this book.
Amazon Verified review Amazon
jml Apr 30, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The Go Workshop packs a comprehensive language course into its 680 pages (not counting the appendix). Starting from scratch, the reader is taken step-by-step through all of the important topics related to Go development. Structural topics like memory management, pointers, and concurrency/deferral are covered and the entire book is example-based, so those who like to use existing code as starting points for their own projects have a lot from which to choose. Extensive discussion of relevant material like JSON and CSV import/export, web server and client development, and timestamp handling rounds out the book.A few things could be improved. Infrequent but widely-distributed typos may leave you scratching your head over what the example code is trying to tell you. There’s a lot of “We’ll cover this topic later, but we’re using it now” type of thing, which may be unavoidable in an example-based work. Finally, there are links to each of the examples (the solutions to which are in the appendix) but there are no links from the examples back to the referring material, so one needs to record one’s location before checking out the answers.Overall, the Go Workshop offers a solid introduction to the Go language, and it really shines when used as an adjunct to a more traditional textbook; the combination far surpasses what either alone can provide.
Amazon Verified review Amazon
Krish Bhanushali Dec 17, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Well written book with great examples. Must buy
Amazon Verified review Amazon
shakil akram Apr 21, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I cant appreciate enough about the effort the authors has put in, The book does what is exactly says. It takes you from a very rudimentary level to a very advanced level. I personally never understood interfaces, lets not talk about empty interfaces{}. not only this book helped me understand it, Now i can even teach others confidently.What this book does best that very few book does, it never guess reader's understanding of Go and try to explain things as if reader knows nothing.The exercise challenges are neither too difficult, nor too easy. But each exercise is a build up from previous. So it cements your understanding.The Database, time, interfaces, http chapters were the best i've ever come across. It does not only starts with very basic but also teaches you advanced stuff, you can use in real life. it even teaches you how to write your application to protect from SQL injection. this book deserve a 5 out of 5 just for these chapters alone.I actually got this from packt portal, i wanted to write a review there, I did not see any option there, so i wrote it here.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.