Skip to content

Commit

Permalink
refactor: finish rename
Browse files Browse the repository at this point in the history
?? I'm assuming this was a vestige of a prior refactor. Finishes the
renaming of the package to match folder structure and semantics.
  • Loading branch information
MarcoPolo committed Nov 19, 2024
1 parent 711e6c6 commit 1093439
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/serialize/serialize.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fsrepo
package serialize

import (
"bufio"
Expand Down
2 changes: 1 addition & 1 deletion config/serialize/serialize_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fsrepo
package serialize

import (
"os"
Expand Down
2 changes: 1 addition & 1 deletion plugin/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
config "github.com/ipfs/kubo/config"
"github.com/ipld/go-ipld-prime/multicodec"

serialize "github.com/ipfs/kubo/config/serialize"
"github.com/ipfs/kubo/config/serialize"
"github.com/ipfs/kubo/core"
"github.com/ipfs/kubo/core/coreapi"
plugin "github.com/ipfs/kubo/plugin"
Expand Down
2 changes: 1 addition & 1 deletion repo/fsrepo/fsrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
lockfile "github.com/ipfs/go-fs-lock"
logging "github.com/ipfs/go-log"
config "github.com/ipfs/kubo/config"
serialize "github.com/ipfs/kubo/config/serialize"
"github.com/ipfs/kubo/config/serialize"
"github.com/ipfs/kubo/misc/fsutil"
"github.com/ipfs/kubo/repo/fsrepo/migrations"
ma "github.com/multiformats/go-multiaddr"
Expand Down

0 comments on commit 1093439

Please sign in to comment.