Merge pull request 'refactor!: renommer module et réorganiser fichiers' (#30) from vlbeaudoin/major/v8 into main
Reviewed-on: #30
This commit is contained in:
commit
c091aad796
10 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ package main
|
|||
import (
|
||||
"log"
|
||||
|
||||
"git.agecem.com/agecem/babillard/v7/pkg/babillard"
|
||||
"git.agecem.com/agecem/babillard/v8"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.agecem.com/agecem/babillard/v7
|
||||
module git.agecem.com/agecem/babillard/v8
|
||||
|
||||
go 1.23
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"log"
|
||||
"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/middleware"
|
||||
)
|
Loading…
Add table
Reference in a new issue