refac: renamed 'GoCMS' -> 'RenewCMS'

This commit is contained in:
Florian Sylvain
2025-11-17 19:46:53 +01:00
parent b470bfcc67
commit 83a1dec8ae
66 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package gateways
import (
"GoCMS/domain/article"
"RenewCMS/domain/article"
)
type IArticleRepository interface {
+1 -1
View File
@@ -1,7 +1,7 @@
package gateways
import (
"GoCMS/domain/image"
"RenewCMS/domain/image"
"mime/multipart"
)
+1 -1
View File
@@ -1,6 +1,6 @@
package gateways
import "GoCMS/domain/user"
import "RenewCMS/domain/user"
type IUserRepository interface {
Get(id uint32) (user.User, error)