Does not compile
Abierto
help wanted
- Lenguaje dominante
- Go
- Estrellas
- 31
- Forks
- 26
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.