mirror of
https://github.com/vxcontrol/graphiti-go-client.git
synced 2026-07-01 10:05:34 -04:00
pentagi -> vxcontrol
This commit is contained in:
@@ -5,7 +5,7 @@ A Go client library for the Graphiti HTTP API.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get github.com/pentagi/graphiti-go-client
|
||||
go get github.com/vxcontrol/graphiti-go-client
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -15,7 +15,7 @@ go get github.com/pentagi/graphiti-go-client
|
||||
```go
|
||||
import (
|
||||
"time"
|
||||
graphiti "github.com/pentagi/graphiti-go-client"
|
||||
graphiti "github.com/vxcontrol/graphiti-go-client"
|
||||
)
|
||||
|
||||
// Create a client with default settings
|
||||
|
||||
+3
-3
@@ -1,11 +1,11 @@
|
||||
module github.com/pentagi/graphiti-go-client/example
|
||||
module github.com/vxcontrol/graphiti-go-client/example
|
||||
|
||||
go 1.23
|
||||
|
||||
replace github.com/pentagi/graphiti-go-client => ../
|
||||
replace github.com/vxcontrol/graphiti-go-client => ../
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/pentagi/graphiti-go-client v0.0.0-00010101000000-000000000000
|
||||
github.com/vxcontrol/graphiti-go-client v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
graphiti "github.com/pentagi/graphiti-go-client"
|
||||
graphiti "github.com/vxcontrol/graphiti-go-client"
|
||||
)
|
||||
|
||||
// This example demonstrates how to use the Graphiti Go client.
|
||||
|
||||
Reference in New Issue
Block a user