-
Notifications
You must be signed in to change notification settings - Fork 44
Move this repo back into go-ipfs #151
Comments
I took a shot at this here: ipfs/kubo#8756 Two questions:
The package is imported by 200+ other packages, The ipfs ones:
|
@hsanjuan do you have any concerns on how this will impact ipfs-cluster? Generally I think this is a good idea and should be fine. As it is, basically every change to that repo has come from people working on go-ipfs and the repo is pretty tied to go-ipfs. If we feel the need for some backwards compatibility we can always choose to alias the exported types and functions in go-ipfs-config to go-ipfs/config with a deprecation to let people lag behind a little while they update. |
2022-03-03 conversation:
|
I think the project will survive if this is merged back. |
Move go-ipfs-config back into go-ipfs, close ipfs/go-ipfs-config#151
…s-config Move go-ipfs-config back into go-ipfs, close ipfs/go-ipfs-config#151 This commit was moved from ipfs/kubo@83b3ec4
Move go-ipfs-config back into go-ipfs, close ipfs/go-ipfs-config#151
Done criteria: this repo's content is moved into ipfs/go-ipfs and this repo is archived/redirected accordingly.
Why important: makes it harder for contributors as have to have PRs often in this repo and ipfs/go-ipfs
The text was updated successfully, but these errors were encountered: