Debugging Go With Delve: Beyond fmt.Println
Book: The Complete Guide to Go Programming Also by me: Hexagonal Architecture in Go — the companion book in the Thinking in Go series My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub You know the loop. A test fails on the third goroutine out of fmt.Println("here", x) through the code, Go has a real debugger, and it was built by people who work on Delve understands Install the dlv binary with go install:
