Skip to content

Commit

Permalink
bring order to the internal galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGallauner committed May 25, 2024
1 parent b43bc67 commit 5e9a4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/client.go → internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"net/http"
"strings"
"time"
. "github.com/martingallauner/bookclub/internal"
)

type Client struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package internal

import (
"fmt"

"gorm.io/gorm"
. "github.com/martingallauner/bookclub/internal"
)

type UserRepository interface {
Expand Down

0 comments on commit 5e9a4b1

Please sign in to comment.