decode the file hash #3

Merged
squel merged 4 commits from squel/hash into main 2024-11-04 17:33:59 +00:00 AGit
Owner
No description provided.
squel merged commit cdf7155297 into main 2024-11-04 17:33:59 +00:00
squel changed title from read the remaining bytes to decode the file hash 2024-11-04 22:09:00 +00:00
@ -113,0 +260,4 @@
}
// Return the filename and hash as a formatted string
return fmt.Sprintf("Filename: %s, Hash: %s", string(filename), ""), nil
Author
Owner

placeholder value isnt returned yet

- return fmt.Sprintf("Filename: %s, Hash: %s", string(filename), ""), nil
+ return fmt.Sprintf("Filename: %s, Hash: %s", string(filename), hex.EncodeToString(file_hash)), nil
placeholder value isnt returned yet ```diff - return fmt.Sprintf("Filename: %s, Hash: %s", string(filename), ""), nil + return fmt.Sprintf("Filename: %s, Hash: %s", string(filename), hex.EncodeToString(file_hash)), nil ```
Author
Owner
b7a9dbca927a8a1d3f804e13edbf789b4c932d8b
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squel/steam-manifest!3
No description provided.