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
Copy file name to clipboardExpand all lines: v2/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ A few APIs were cleaned up, and there are some differences:
72
72
*`appengine/socket` is not required on App Engine flexible environment / Managed VMs.
73
73
Use the standard `net` package instead.
74
74
75
-
## Key Encode/Decode compatibiltiy to help with datastore library migrations
75
+
## Key Encode/Decode compatibility to help with datastore library migrations
76
76
77
77
Key compatibility updates have been added to help customers transition from google.golang.org/appengine/datastore to cloud.google.com/go/datastore.
78
78
The `EnableKeyConversion` enables automatic conversion from a key encoded with cloud.google.com/go/datastore to google.golang.org/appengine/datastore key type.
0 commit comments