|
|
Subscribe / Log in / New account

Go 1.20 released

Go 1.20 released

Posted Feb 3, 2023 5:59 UTC (Fri) by ringerc (subscriber, #3071)
Parent article: Go 1.20 released

I wonder if it'll ever get support for operations features other toolchains have had since the '90s or 2000s, like external debuginfo.

Every go project I deal with has absolutely no concept of debuggable production binaries. Either it's a stripped-to-nothing production build, or a giant dev build with inline DWARF.

Get a coredump from a production service? Obviously, you compile a new build with debuginfo, deploy that, and hope you can reproduce the issue. Right? Because it's not like we've had external debuginfo and debuginfod since forever...


to post comments

Go 1.20 released

Posted Feb 3, 2023 18:40 UTC (Fri) by Cyberax (✭ supporter ✭, #52523) [Link]

Go does not support building _without_ debuginfo. You can manually strip it, but almost nobody does that.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds