fix: resolve compilation errors (missing log import and package conflicts)
This commit is contained in:
parent
74e4ef1a99
commit
3a78c46bfc
4 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ import (
|
|||
"fmt"
|
||||
"net/http"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/saveinmed/backend-go/internal/domain"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package tests
|
||||
package payments
|
||||
|
||||
import (
|
||||
"math"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ package usecase
|
|||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math"
|
||||
|
||||
"github.com/gofrs/uuid/v5"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ package usecase
|
|||
|
||||
import (
|
||||
"context"
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/gofrs/uuid/v5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue