Evan White
Evan White
**Client** datastore **Environment** macOS **Go Environment** go1.17.2 darwin/amd64 cloud.google.com/go/datastore v1.6.0 **Code** e.g. ```go package main import ( "context" "fmt" "time" "cloud.google.com/go/datastore" ) type CustomTime struct { T time.Time } type...
**Client** Datastore v1.6.0 **Environment** MacOS **Go Environment** go1.17.2 darwin/amd64 cloud.google.com/do/datastore v.1.16.0 **Code** ```go package main type ( MyStruct struct { Field string EmbeddedStruct } EmbeddedStruct struct { EmbeddedField string }...
**Client** datastore **Environment** MacOS **Go Environment** go1.17.2 darwin/amd64 cloud.google.com/do/datastore v.1.16.0 **Code** ```go type ( ComplexObject struct { Field1 string Field2 []ComplexSubObject } ComplexSubObject struct { SubField1 string SubField2 struct {...