Skip to content

Commit

Permalink
Rename go module to github.com/milosgajdos/bot-bante
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Gajdos <[email protected]>
  • Loading branch information
milosgajdos committed Apr 16, 2024
1 parent 8dfe3d6 commit 859d972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module nats-jet
module github.com/milosgajdos/bot-bante

go 1.22.0

Expand Down
5 changes: 3 additions & 2 deletions gobot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ import (
"flag"
"fmt"
"log"
"nats-jet/gobot/jet"
"nats-jet/gobot/llm"
"os"
"os/signal"

"github.com/milosgajdos/bot-bante/gobot/jet"
"github.com/milosgajdos/bot-bante/gobot/llm"

"github.com/nats-io/nats.go"
"golang.org/x/sync/errgroup"
)
Expand Down

0 comments on commit 859d972

Please sign in to comment.