|
|
|
|
|
by Beltalowda
1329 days ago
|
|
The compiler adds it in the .go.buildinfo section; something like "objdump -sj .go.buildinfo" should also display it, kind of, but it needs a bit more parsing to display well. You need some tooling, but it's not horribly complex, and I think some kind of tooling would be unavoidable anyway. I think there's a lot of potential for better tooling here in the form of language support, package manager support, etc. |
|