a8m / a8m/documentdb

Does not compile

Open
#22 1 comment 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Go
Stars
31
Forks
26
PR merge metrics
No merged PRs in 30d

Description

None of the examples currently work. The error is from the connection line:

```GO
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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.