mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +08:00
run gofmt
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
package coreunix
|
||||
|
||||
import (
|
||||
context "context"
|
||||
core "github.com/ipfs/go-ipfs/core"
|
||||
path "github.com/ipfs/go-ipfs/path"
|
||||
uio "github.com/ipfs/go-ipfs/unixfs/io"
|
||||
context "context"
|
||||
)
|
||||
|
||||
func Cat(ctx context.Context, n *core.IpfsNode, pstr string) (*uio.DagReader, error) {
|
||||
|
Reference in New Issue
Block a user