Skip to content

Commit 6b6426f

Browse files
committed
refactored module name
1 parent 6efdc1b commit 6b6426f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"net/http"
99
"os"
1010

11+
"github.com/NaheedRayan/openrouter-go/ai" // Replace with your actual package path
1112
"github.com/joho/godotenv"
12-
"openrouter-go/ai" // Replace with your actual package path
1313
)
1414

1515
// LoadEnv Load environment variables

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module openrouter-go
1+
module github.com/NaheedRayan/openrouter-go
22

33
go 1.23.4
44

0 commit comments

Comments
 (0)