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
The Property and Descending fields are currently a string and bool respectively.
Making them their own types and implementing their own Marshal/Unmarshal functions would result in cleaner marshlling/unmarshalling code.
The
Property
andDescending
fields are currently astring
andbool
respectively.Making them their own types and implementing their own Marshal/Unmarshal functions would result in cleaner marshlling/unmarshalling code.
From: https://chromiumcodereview.appspot.com/1574353004/diff/1/service/datastore/index.go#newcode55
The text was updated successfully, but these errors were encountered: