Personally identifiable information in Go binary

2 points by jebblue ↗ HN
I scanned a hello world binary for any personal information and found that my userid had been stored in the compiled binary, which seems related to storing full path information.

1 comment

[ 3.4 ms ] story [ 10.1 ms ] thread
Not news. That's debugging info.

Try 'strip'ping the binary and try again?