diegogub / aranGO

Golang driver for ArangoDB
Apache License 2.0
125 stars 31 forks source link

Fixed broken Graph() result when graph does exist. #21

Closed PascalLeMerrer closed 8 years ago

PascalLeMerrer commented 8 years ago

When invoking Graph() with the name of a non existant graph, the result should be nil.

PascalLeMerrer commented 8 years ago

Hi Should I ignore the wercker error? I can't get the online tests to pass cause it seems I should provide a username, password and so on...

diegogub commented 8 years ago

Hello @PascalLeMerrer , yes , as It's not configured properly. thanks for your fix!