reimplement sha1sum #12
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
test/execute
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#11 separate packages
squel/steam-manifest
Reference
squel/steam-manifest!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "squel/sha1sum"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
multithread sha1sumto reimplement sha1sumbased on part of squel/steam-manifest#11
@ -0,0 +42,4 @@}wg.Wait()if len(failedSums) != 0 {fmt.Fprintf(os.Stderr, "\033[33;1;4mWARNING\033[0m (%d) files did not match!\n", len(failedSums))should add more to the summary:
82c2f2cf62@ -0,0 +33,4 @@}if bytes.Equal(hash.Sum(nil), value[:]) {fmt.Printf("%s: [OK]\n", key)might wanna be fancy and show
key(filename/filepath) first with like a "processing" indicator (such as...) and after replace that with[OK]or[FAILED].this way we can see that progress is being made
however rewriting lines form multithreaded output might be hard, but a nice lil sidequest