Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Mar 14, 2024
1 parent 3b3e015 commit 6b5f591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multihash/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
mh "github.com/multiformats/go-multihash"
mhopts "github.com/multiformats/go-multihash/opts"
_ "github.com/multiformats/go-multihash/register/all"
_ "github.com/multiformats/go-multihash/register/miniosha256"
_ "github.com/multiformats/go-multihash/register/sha256"
)

var usage = `usage: %s [options] [FILE]
Expand Down

0 comments on commit 6b5f591

Please sign in to comment.