Book Image

Go Application Development - Tips, Tricks, and Techniques [Video]

By : Martin Helmich
5 (2)
Book Image

Go Application Development - Tips, Tricks, and Techniques [Video]

5 (2)
By: Martin Helmich

Overview of this book

Do you want to make your applications efficient? Do you want to move your Go coding skills to the next level? This course will help to you develop applications and services with Go efficiently and bring high quality to your work as a developer. You will work practically with some interesting tools, frameworks, and techniques that you can use to leverage the benefits of working with Go to develop your applications. This course will highlight practical and proven techniques to improve particular aspects of Go programming. You will focus on discovering new possibilities with Go programming. Each section will address common challenges that you might be facing in your coding tasks. We’ll cover specific techniques with clear instructions to carry out app development tasks with Go using practical examples. You will explore the tools available to measure and improve the code quality of your Go projects. By the end of this course, you will be a Go expert and your efficiency and performance levels will have definitely improved, which will ultimately make your day-to-day life easy as a Go application developer. The code bundle for this video course is available at - https://github.com/PacktPublishing/Go-Application-Development-Tips-Tricks-and-Techniques
Table of Contents (6 chapters)
Chapter 4
Testing and Debugging
Content Locked
Section 6
How to Use the Delve Debugger?
A debugger is a good tool to have when things aren’t going your way. This video introduces the Delve debugger and shows how to use it. - Purpose of a Debugger - Use Delve on the command-line - Use Delve in VS code