refactor: update module name and adjust import paths to legalgo-BE-go
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package subscriberepository
|
||||
|
||||
import (
|
||||
subscribedomain "github.com/ardeman/project-legalgo-go/internal/domain/subscribe"
|
||||
subscribedomain "legalgo-BE-go/internal/domain/subscribe"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package subscriberepository
|
||||
|
||||
import "github.com/ardeman/project-legalgo-go/database"
|
||||
import "legalgo-BE-go/database"
|
||||
|
||||
type SubsAccs struct {
|
||||
DB *database.DB
|
||||
|
||||
Reference in New Issue
Block a user