change module name to repo

This commit is contained in:
Adrian Zürcher
2025-10-08 15:06:08 +02:00
parent c9577720e6
commit 521896510d
5 changed files with 12 additions and 8 deletions

View File

@@ -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"