mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
brand: GohCMS -> GoCMS, project-wide
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"GohCMS2/domain/post"
|
||||
"GoCMS/domain/post"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user