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
+3 -3
View File
@@ -1,9 +1,9 @@
package auth
import (
"GoCMS/api"
"GoCMS/domain/user"
"GoCMS/useCases"
"RenewCMS/api"
"RenewCMS/domain/user"
"RenewCMS/useCases"
"encoding/json"
"net/http"
"os"