unrewrite path

This commit is contained in:
idk 2018-12-18 10:24:02 -05:00
parent b0582d3730
commit f60a1c99ee
No known key found for this signature in database
GPG Key ID: D75C03B39B5E14E1

View File

@ -10,7 +10,7 @@ import (
"strconv"
"strings"
mh "gx/ipfs/QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW/go-multihash"
mh "github.com/multiformats/go-multihash"
)
type Transcoder interface {