Fixed module name

This commit is contained in:
Nedim
2023-09-11 08:08:24 +02:00
parent f02e5e49cb
commit 0829e049f0
9 changed files with 23 additions and 20 deletions

View File

@@ -4,10 +4,10 @@ import (
"fmt"
"log"
"net/http"
"novatech/config"
"novatech/models"
"novatech/routes"
"novatech/shared"
"pactual1/config"
"pactual1/models"
"pactual1/routes"
"pactual1/shared"
"github.com/gin-gonic/gin"
"github.com/jinzhu/gorm"