How I can see My Go code + Compiler generated Go source code -- before a point of assembly?

Can we get an answer for this?
https://groups.google.com/g/golang-nuts/c/NXTkOk31AZ0

I’m not sure if there’s anything that will do that; I’m interested to see what others will say. I’ve always just looked at the Go pseudo-assembly and the output of GOSSAFUNC=main go build main.go. Maybe the latter will help you, but it really is just ranging from the AST to the generated assembly.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.