Skip to content

Commit

Permalink
sync: update CI config files (ipfs#60)
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-path@34ee0e3
  • Loading branch information
web3-bot authored Aug 23, 2022
1 parent 695f791 commit 5cfe8e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions path/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
)

// A Path represents an ipfs content path:
// * <cid>/path/to/file
// * /ipfs/<cid>
// * /ipns/<cid>/path/to/folder
// * etc
// - <cid>/path/to/file
// - /ipfs/<cid>
// - /ipns/<cid>/path/to/folder
// - etc
type Path string

// ^^^
Expand Down
3 changes: 2 additions & 1 deletion path/resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ type Resolver interface {
// basicResolver implements the Resolver interface.
// It references a FetcherFactory, which is uses to resolve nodes.
// TODO: now that this is more modular, try to unify this code with the
// the resolvers in namesys.
//
// the resolvers in namesys.
type basicResolver struct {
FetcherFactory fetcher.Factory
}
Expand Down

0 comments on commit 5cfe8e6

Please sign in to comment.