You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
I generated and used without issues a boltdb in windows, just marshalling and unmarshalling json for values. The thing is it consistently works when created and accessed on the same platform (windows or linux) but it doesn't when i try to move a windows created boltdb to a linux machine running the same code, in my case a docker container. The error i'm having is an "unexpected end of json input" when trying to unmarshall values marshalled from windows.
Maybe it's not even related to bolt itself, but some issue with golang and json marshalling on different platforms, but I could not find anything on the internet about such an issue :/
So if you could give a light on this, it would be so appreciated!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I generated and used without issues a boltdb in windows, just marshalling and unmarshalling json for values. The thing is it consistently works when created and accessed on the same platform (windows or linux) but it doesn't when i try to move a windows created boltdb to a linux machine running the same code, in my case a docker container. The error i'm having is an "unexpected end of json input" when trying to unmarshall values marshalled from windows.
Maybe it's not even related to bolt itself, but some issue with golang and json marshalling on different platforms, but I could not find anything on the internet about such an issue :/
So if you could give a light on this, it would be so appreciated!
Thanks in advance!
The text was updated successfully, but these errors were encountered: