Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. Star git-lrc to help devs discover the project. Do give it a try and share your feedback for improving the project.

# What actually happens when you run go run main.go

You've typed it hundreds of times.

The program runs.

But what's actually going on between pressing Enter and your first fmt.Println?