Comment on Show HN: Shed Light on Your Go Binary Bloat with Go Size AnalyzerparentComments−peterldowns2yheads up that you probably want `-ldflags="-w -s"`, not `"-a -s"`, since `-a` is now a no-op. See `go tool link` for more info.
Comments
heads up that you probably want `-ldflags="-w -s"`, not `"-a -s"`, since `-a` is now a no-op. See `go tool link` for more info.