From b4209de379da0e1277bdcc0b9b6adf95d306567e Mon Sep 17 00:00:00 2001 From: Jan Galek Date: Thu, 19 Dec 2024 23:22:39 +0100 Subject: [PATCH] [Test] router and diago functionality --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index c513be1..2d9196b 100644 --- a/main.go +++ b/main.go @@ -5,15 +5,15 @@ import ( "github.com/gouef/diago/extensions" "github.com/gouef/router" extensions2 "github.com/gouef/router/extensions" - web_bootstrap "github.com/gouef/web-bootstrap" + //web_bootstrap "github.com/gouef/web-bootstrap" "github.com/gouef/web-project/app" "github.com/gouef/web-project/controllers" "github.com/gouef/web-project/handlers" ) func boot() *router.Router { - b := web_bootstrap.NewBootstrap() - b.Boot() + /*b := web_bootstrap.NewBootstrap() + b.Boot()*/ r := router.NewRouter() n := r.GetNativeRouter()