mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
brand: GohCMS -> GoCMS, project-wide
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "GohCMS2/main/server"
|
||||
import "GoCMS/main/server"
|
||||
|
||||
func main() {
|
||||
router := server.InitServer()
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package route
|
||||
|
||||
import (
|
||||
"GohCMS2/api"
|
||||
"GoCMS/api"
|
||||
"encoding/json"
|
||||
"github.com/MadAppGang/httplog"
|
||||
"github.com/go-chi/chi/v5"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"GohCMS2/api"
|
||||
"GohCMS2/main/route"
|
||||
"GoCMS/api"
|
||||
"GoCMS/main/route"
|
||||
"fmt"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/joho/godotenv"
|
||||
|
||||
Reference in New Issue
Block a user