change module name to repo
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"memberDB/handlers"
|
||||
"memberDB/models"
|
||||
"net/http"
|
||||
|
||||
"gitea.tecamino.com/paadi/memberDB/handlers"
|
||||
"gitea.tecamino.com/paadi/memberDB/models"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
|
@@ -4,10 +4,11 @@ import (
|
||||
"encoding/csv"
|
||||
"fmt"
|
||||
"io"
|
||||
"memberDB/models"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
"gitea.tecamino.com/paadi/memberDB/models"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/saintfish/chardet"
|
||||
"golang.org/x/text/encoding/charmap"
|
||||
|
Reference in New Issue
Block a user