What is the appropriate way to get and set uuid's with the cloud.google.com/go/datastore
package? Should they be stored as binary, or as a string?
(I am importing and exporting data with UUID's, so I am wondering what would be the accepted/approved way to do so)