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

@@ -3,7 +3,8 @@ package main
import (
"flag"
"log"
"memberDB/api"
"gitea.tecamino.com/paadi/memberDB/api"
)
func main() {