-
Notifications
You must be signed in to change notification settings - Fork 1
Description
When I try "go get github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb" ,got a bounch of errors:
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/collections.go:8: imported and not used: "log"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/core.go:7: imported and not used: "log"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/doc.go:4: imported and not used: "net/url"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/docTypr.go:5: imported and not used: "errors"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/docTypr.go:9: imported and not used: "strconv"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/docTypr.go:10: imported and not used: "strings"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/edges.go:4: imported and not used: "encoding/json"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/edges.go:5: imported and not used: "errors"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/edges.go:8: imported and not used: "strconv"
go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/edges.go:68: (*collection).Create redeclared in this block
previous declaration at go/src/pkg/github.com/tbytes/aranGoDbClient/_arangoDB/arangoDb/collections.go:48