/gophercon-tutorial

Codebase for Gophercon 2025 tutorial about "Code Generation for 10x productivity - no AI"

Primary LanguageGo

GopherCon Tutorial

This is the code used in the workshop about "Code generation for 10x productivity - no AI" at GopherCon UK 2025.

You can check the slides here.

Setting up

Run make tidy-vendor-all to download necessary dependencies.

First part

We talk about code generation tools in go. You can check out the tools to play around with the handson exercises.

Second part

Extend a real code generation tool in httptestgen.

This can be achieved by re-applying these changes but, I challenge you not to look at them before trying to do ti on your own!