From f60a1c99ee8a9e7e35bc66dd328f9f3b8849c60d Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 18 Dec 2018 10:24:02 -0500 Subject: [PATCH] unrewrite path --- transcoders.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcoders.go b/transcoders.go index f9ce700..8ba3733 100644 --- a/transcoders.go +++ b/transcoders.go @@ -10,7 +10,7 @@ import ( "strconv" "strings" - mh "gx/ipfs/QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW/go-multihash" + mh "github.com/multiformats/go-multihash" ) type Transcoder interface {