Does not compile
Aperta
help wanted
- Lingua principale
- Go
- Stelle
- 31
- Fork
- 26
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.