-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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.