This commit is contained in:
2022-10-20 10:36:29 +02:00
parent c37d824191
commit 79d9f55fdc
44 changed files with 130 additions and 371 deletions

View File

@@ -1,9 +1,9 @@
package user
import (
"budget/internal/storage/dao"
"budget/internal/storage/dao/postgresql"
"database/sql"
"nos-comptes/internal/storage/dao"
"nos-comptes/internal/storage/dao/postgresql"
"github.com/lib/pq"
)

View File

@@ -1,11 +1,11 @@
package user
import (
"budget/handler"
"budget/internal/storage/dao/postgresql"
"budget/internal/storage/model"
"budget/internal/utils"
"net/http"
"nos-comptes/handler"
"nos-comptes/internal/storage/dao/postgresql"
"nos-comptes/internal/storage/model"
"nos-comptes/internal/utils"
"strings"
"github.com/gin-gonic/gin"

View File

@@ -1,8 +1,8 @@
package user
import (
"nos-comptes/internal/storage/dao"
"nos-comptes/internal/storage/model"
"budget/internal/storage/dao"
"budget/internal/storage/model"
)
type Service struct {