Merge pull request #274503 from lopter/patch-1

Golang docs: remove "-s" and "-w" from the ldflags example
This commit is contained in:
Wael Nasreddine
2023-12-21 21:04:02 -08:00
committed by GitHub
-1
View File
@@ -132,7 +132,6 @@ Arguments to pass to the Go linker tool via the `-ldflags` argument of `go build
```nix
ldflags = [
"-s" "-w"
"-X main.Version=${version}"
"-X main.Commit=${version}"
];