Skip to content
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

database/badger: don't use encoding/gob #12

Open
uhthomas opened this issue May 12, 2020 · 0 comments
Open

database/badger: don't use encoding/gob #12

uhthomas opened this issue May 12, 2020 · 0 comments
Labels

Comments

@uhthomas
Copy link
Owner

uhthomas commented May 12, 2020

encoding/gob is very go specific, and easy to break. Instead a proto file should be written and used. This should be fairly easy considering the nature of bazel, but I'm afraid of the side-effect for importers of github.com/uhthomas/kipp.

@uhthomas uhthomas changed the title database: don't use encoding/gob database: badger: don't use encoding/gob May 19, 2020
@uhthomas uhthomas changed the title database: badger: don't use encoding/gob database/badger: don't use encoding/gob Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant