Skip to content

Error in Readme.md - Examples & Installation #7

@F4doli

Description

@F4doli

Hello,

First, I want to thank you for your incredible work.

In the examples you show different things :

import (
"github.com/TheManticoreProject/bhopengraph" --> should be "github.com/TheManticoreProject/gopengraph"
"github.com/TheManticoreProject/bhopengraph/edge" --> should be "github.com/TheManticoreProject/gopengraph/edge"
"github.com/TheManticoreProject/bhopengraph/node" --> should be "github.com/TheManticoreProject/gopengraph/node"
"github.com/TheManticoreProject/bhopengraph/properties" should be --> "github.com/TheManticoreProject/gopengraph/properties"
)

func main() {
// Create an OpenGraph instance
graph := bhopengraph.NewOpenGraph("Base") --> should be graph := gopengraph.NewOpenGraph("Base")

And then in Installation :
go get github.com/TheManticoreProject/bhopengraph --> should be go get github.com/TheManticoreProject/gopengraph

I think you mentioned the python library that you also created instead of the go one, I wasn't able to make it works using bhopengraph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions