Skip to content

Commit

Permalink
not to use internal directory (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Jul 30, 2023
1 parent 0636d72 commit 111a56f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/hey.go → cmd/hey.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"fmt"
"os"

"github.com/JunNishimura/Chatify/internal/functions"
"github.com/JunNishimura/Chatify/internal/object"
"github.com/JunNishimura/Chatify/functions"
"github.com/JunNishimura/Chatify/object"
"github.com/sashabaranov/go-openai"
"github.com/spf13/cobra"
"github.com/zmb3/spotify/v2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"strings"

"github.com/JunNishimura/Chatify/internal/object"
"github.com/JunNishimura/Chatify/object"
"github.com/zmb3/spotify/v2"
)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 111a56f

Please sign in to comment.