Skip to content

Commit e0d86c9

Browse files
djdvStebalien
andcommitted
fix import
Co-Authored-By: Stebalien <[email protected]>
1 parent 6829356 commit e0d86c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"encoding/json"
66
"errors"
7-
"filepath"
87
"io"
98
"os"
9+
"path/filepath"
1010

1111
"github.com/ipfs/go-ipfs-files"
1212
)

0 commit comments

Comments
 (0)