brand: GohCMS -> GoCMS, project-wide

This commit is contained in:
Florian Sylvain
2024-05-15 19:34:38 +02:00
parent 7097d71f45
commit 29fce9a241
39 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package main
import "GohCMS2/main/server"
import "GoCMS/main/server"
func main() {
router := server.InitServer()
+1 -1
View File
@@ -1,7 +1,7 @@
package route
import (
"GohCMS2/api"
"GoCMS/api"
"encoding/json"
"github.com/MadAppGang/httplog"
"github.com/go-chi/chi/v5"
+2 -2
View File
@@ -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"