- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for HashToString (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/cmd/buildid/buildid.go
if !strings.Contains(id, "/") { log.Fatalf("%s: build ID is a legacy format...binary too old for this tool", file) } newID := id[:strings.LastIndex(id, "/")] + "/" + buildid.HashToString(hash) if len(newID) != len(id) { log.Fatalf("%s: build ID length mismatch %q vs %q", file, id, newID) } if len(matches) == 0 { return } f, err = os.OpenFile(file, os.O_RDWR, 0)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Jun 21 19:58:04 GMT 2024 - 1.7K bytes - Click Count (0)