4 comments

[ 3.6 ms ] story [ 22.1 ms ] thread
I had to deal with some of this the other day when I was distributing a binary that I wasn't dying to have easily linked back to me.

    go build -ldflags "-s" .
will strip some (all?) dev info out of the binary. Or at least it go it some my path information didn't appear when running "strings" on the binary.