Example:

```
$ which git-sync

$ go install -installsuffix "static" ./cmd/git-sync/

$ ls -l --full-time `which git-sync`; md5sum `which git-sync`
-rwxr-xr-x 1 thockin primarygroup 13956902 2019-01-25
13:04:40.758632955 -0800
/usr/local/google/home/thockin/src/go/bin/git-sync
1200f479c8ba86f70f0e4a885ecdd5f2
/usr/local/google/home/thockin/src/go/bin/git-sync

$ go install -installsuffix "static" ./cmd/git-sync/

$ ls -l --full-time `which git-sync`; md5sum `which git-sync`
-rwxr-xr-x 1 thockin primarygroup 13956902 2019-01-25
13:04:53.817700697 -0800
/usr/local/google/home/thockin/src/go/bin/git-sync
1200f479c8ba86f70f0e4a885ecdd5f2
/usr/local/google/home/thockin/src/go/bin/git-sync
```

Is the desired behavior or just a side-effect?  Is there any way to
defeat it?  Would a patch for this be shot down?

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to