None of the examples currently work. The error is from the connection line:
client := documentdb.New("connection-url", documentdb.Config{"master-key"})
cannot use "master-key" (type string) as type *documentdb.Key in field value
Shouldn't we be passing a *documentdb.Key instead of string?
None of the examples currently work. The error is from the connection line:
cannot use "master-key" (type string) as type *documentdb.Key in field valueShouldn't we be passing a
*documentdb.Keyinstead of string?