diegogub / aranGO

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

Cannot use this library at all #56

Closed luisfmelo closed 3 years ago

luisfmelo commented 3 years ago

Hi, I wanted to use your library but something is failing, github.com/diegogub/napping is not found.

    github.com/diegogub/aranGO imports
    github.com/diegogub/napping: cannot find module providing package github.com/diegogub/napping: module github.com/diegogub/napping
diegogub commented 3 years ago

Thank you for reporting it, I will take a look at this issue

diegogub commented 3 years ago

I need to update the REAME, you should use: gopkg.in/diegogub/arango.v2

It's updated version of the library.

luisfmelo commented 3 years ago

Thanks.