Skip to content
Snippets Groups Projects
Commit 2106b4e3 authored by Łukasz Magiera's avatar Łukasz Magiera
Browse files

coreapi mfs: gofmt


License: MIT
Signed-off-by: default avatarŁukasz Magiera <magik6k@gmail.com>
parent 65a7dbaf
Branches
Tags
No related merge requests found
...@@ -2,15 +2,15 @@ package coreapi ...@@ -2,15 +2,15 @@ package coreapi
import ( import (
"context" "context"
"errors"
"fmt" "fmt"
"github.com/ipfs/go-mfs"
"github.com/pkg/errors"
"io" "io"
"os" "os"
gopath "path" gopath "path"
"sync" "sync"
"time" "time"
"github.com/ipfs/go-mfs"
coreiface "github.com/ipfs/interface-go-ipfs-core" coreiface "github.com/ipfs/interface-go-ipfs-core"
) )
...@@ -84,7 +84,6 @@ func (f *mfsFile) Close() error { ...@@ -84,7 +84,6 @@ func (f *mfsFile) Close() error {
return f.FileDescriptor.Close() return f.FileDescriptor.Close()
} }
func (f *mfsFile) ReadAt(p []byte, off int64) (int, error) { func (f *mfsFile) ReadAt(p []byte, off int64) (int, error) {
// TODO: implement in MFS with less locking // TODO: implement in MFS with less locking
f.lk.Lock() f.lk.Lock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment