kipp icon indicating copy to clipboard operation
kipp copied to clipboard

database/badger: don't use encoding/gob

Open uhthomas opened this issue 5 years ago • 0 comments
trafficstars

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 avatar May 12 '20 15:05 uhthomas