-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract non-core functionaly into new package #68
Comments
@Stebalien you didn't want to extract set.go, what parts did you want to extract to |
For now, let's leave |
I would move |
Okay. Just how many packages use The |
ipfs, bitswap, filecoin. I'm not really worried about breaking our code, I just don't want to mass-break other people's code (yet). |
go-cid
is used by any package that does anything IPFS or IPLD related. we should probably move non-core functionally into a new package to avoid having to update so many packages when non-core functionality changes.Code in the following packages should likely be moved:
set.go
and testsformat.go
and testscid-fmt/
.The text was updated successfully, but these errors were encountered: