refactor!: renommer module et réorganiser fichiers #30

Merged
vlbeaudoin merged 1 commit from vlbeaudoin/major/v8 into main 2025-03-27 17:35:19 -04:00 AGit
10 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ package main
import ( import (
"log" "log"
"git.agecem.com/agecem/babillard/v7/pkg/babillard" "git.agecem.com/agecem/babillard/v8"
) )
func main() { func main() {

2
go.mod
View file

@ -1,4 +1,4 @@
module git.agecem.com/agecem/babillard/v7 module git.agecem.com/agecem/babillard/v8
go 1.23 go 1.23

View file

@ -5,7 +5,7 @@ import (
"log" "log"
"net/http" "net/http"
"git.agecem.com/agecem/babillard/v7/ui" "git.agecem.com/agecem/babillard/v8/ui"
"github.com/labstack/echo/v4" "github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware" "github.com/labstack/echo/v4/middleware"
) )