Skip to content

Commit

Permalink
package refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
sub-rat committed Dec 28, 2022
1 parent 5c5c1c7 commit abde272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"math/rand"
"sync"

"github.com/raralabs/rara-search/pkg/client"
"github.com/raralabs/myra-search/pkg/client"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions myrasearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"log"

"github.com/joho/godotenv"
"github.com/raralabs/rara-search/pkg/models"
"github.com/raralabs/rara-search/pkg/utils"
"github.com/raralabs/rara-search/pkg/utils/db/pgdb"
"github.com/raralabs/myra-search/pkg/models"
"github.com/raralabs/myra-search/pkg/utils"
"github.com/raralabs/myra-search/pkg/utils/db/pgdb"
"gorm.io/gorm"
)

Expand Down

0 comments on commit abde272

Please sign in to comment.