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
Hi!!
I read https://github.com/sbinet/go-hdf5#known-problems, but, is there any solution about the problem of storing structs with string fields? HDF5 already support them... Is there anything that can be done? Maybe I can help too... It would be great to have HDF5 working with Go (at least, it would be great for me:P).
The text was updated successfully, but these errors were encountered:
like h5py did (and probably PyTables too) one needs to implement a hdf5 converter for Go strings, so they are part of (and properly handled by) the hdf5 type system.
it's not very difficult, it just takes a bit of time.
Hi!!
I read https://github.com/sbinet/go-hdf5#known-problems, but, is there any solution about the problem of storing structs with string fields? HDF5 already support them... Is there anything that can be done? Maybe I can help too... It would be great to have HDF5 working with Go (at least, it would be great for me:P).
The text was updated successfully, but these errors were encountered: