Does not compile
Aberta
help wanted
- Linguagem predominante
- Go
- Estrelas
- 31
- Forks
- 26
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.