packagedshelpimport(base32"gx/ipfs/Qmb1DA2A9LS2wR4FFweB4uEDomFsdmnw1VLawLE1yQzudj/base32"ds"gx/ipfs/QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU/go-datastore")// TODO: put this code into the go-datastore itselffuncNewKeyFromBinary(sstring)ds.Key{returnds.NewKey(base32.RawStdEncoding.EncodeToString([]byte(s)))}