// peBuildID returns a best effort unique ID for the named executable. // // It would be wasteful to calculate the hash of the whole file, // instead use the binary name and the last modified time for the buildid. func peBuildID(file string) string { … }