/gophercon-2023

Repository for the Real World Go Debugging workshop from GopherCon 2023

Primary LanguageGoMIT LicenseMIT

Gopher inspecting bug

Real World Go Debugging

This repository contains all of the code, documentation and scripts necessary to complete the Real World Go Debugging workshop, delivered at GopherCon US 2023.

Prerequisites

  • Go toolchain
  • Delve debugger
  • Docker
  • Kind (for creating local Kubernetes cluster)
  • Kubectl (for interacting with Kubernetes cluster)

What this workshop will cover

  • Delve debugger usage
  • Debugging locally, in containers, and within Kubernetes clusters
  • Exploring various bugs in our program and fixing them along the way