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,7 +1,7 @@
package test
import (
"GohCMS2/domain/post"
"GoCMS/domain/post"
"bytes"
"encoding/json"
"github.com/stretchr/testify/assert"
+3 -3
View File
@@ -1,9 +1,9 @@
package test
import (
"GohCMS2/adapters/secondary/gateways/models"
"GohCMS2/api"
"GohCMS2/main/server"
"GoCMS/adapters/secondary/gateways/models"
"GoCMS/api"
"GoCMS/main/server"
"github.com/glebarez/sqlite"
"gorm.io/gorm"
"io"