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
+4 -4
View File
@@ -1,10 +1,10 @@
package article
import (
"GoCMS/api"
"GoCMS/api/controllers/auth"
"GoCMS/domain/article"
"GoCMS/useCases"
"RenewCMS/api"
"RenewCMS/api/controllers/auth"
"RenewCMS/domain/article"
"RenewCMS/useCases"
"encoding/json"
"net/http"
"strconv"