import "github.com/ipfs/go-ipfs/namesys/resolve"
ErrNoNamesys is an explicit error for when an IPFS node doesn't (yet) have a name system
func Resolve(ctx context.Context, nsys namesys.NameSystem, r *resolver.Resolver, p path.Path) (format.Node, error)
Resolve resolves the given path by parsing out protocol-specific entries (e.g. /ipns/<node-key>) and then going through the /ipfs/ entries and returning the final node.
ResolveIPNS resolves /ipns paths
Package resolve imports 9 packages (graph) and is imported by 11 packages. Updated 2019-06-10. Refresh now. Tools for package owners.