Does not compile
Open
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.