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"
+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"
+1 -1
View File
@@ -1,7 +1,7 @@
package image
import (
"GoCMS/api"
"RenewCMS/api"
"encoding/json"
"net/http"
"strconv"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/useCases"
"RenewCMS/api"
"RenewCMS/useCases"
"html/template"
"net/http"
"regexp"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/api/controllers/article"
"RenewCMS/api"
"RenewCMS/api/controllers/article"
"fmt"
"net/http"
"strconv"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/domain/article"
"RenewCMS/api"
"RenewCMS/domain/article"
"html/template"
"net/http"
"os"
@@ -1,7 +1,7 @@
package pages
import (
"GoCMS/api"
"RenewCMS/api"
"errors"
"net/http"
"strconv"
+1 -1
View File
@@ -1,7 +1,7 @@
package pages
import (
"GoCMS/api"
"RenewCMS/api"
"html/template"
"net/http"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package pages
import (
"GoCMS/api"
"RenewCMS/api"
"html/template"
"net/http"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package pages
import (
"GoCMS/api"
"RenewCMS/api"
"html/template"
"net/http"
"os"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/api/controllers/auth"
"RenewCMS/api"
"RenewCMS/api/controllers/auth"
"net/http"
"net/url"
)
+3 -3
View File
@@ -1,9 +1,9 @@
package pages
import (
"GoCMS/api"
"GoCMS/api/controllers/auth"
"GoCMS/api/controllers/image"
"RenewCMS/api"
"RenewCMS/api/controllers/auth"
"RenewCMS/api/controllers/image"
"html/template"
"net/http"
"os"
@@ -1,7 +1,7 @@
package pages
import (
"GoCMS/api"
"RenewCMS/api"
"net/http"
"os"
@@ -1,7 +1,7 @@
package pages
import (
"GoCMS/api"
"RenewCMS/api"
"net/http"
"golang.org/x/crypto/bcrypt"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/api/controllers/auth"
"RenewCMS/api"
"RenewCMS/api/controllers/auth"
"net/http"
"os"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/api/controllers/auth"
"RenewCMS/api"
"RenewCMS/api/controllers/auth"
"log"
"net/http"
+2 -2
View File
@@ -1,8 +1,8 @@
package pages
import (
"GoCMS/api"
"GoCMS/api/controllers/auth"
"RenewCMS/api"
"RenewCMS/api/controllers/auth"
"net/http"
"time"
+4 -4
View File
@@ -1,10 +1,10 @@
package api
import (
"GoCMS/adapters/secondary/gateways"
"GoCMS/adapters/secondary/gateways/models"
domainGateways "GoCMS/domain/gateways"
"GoCMS/useCases"
"RenewCMS/adapters/secondary/gateways"
"RenewCMS/adapters/secondary/gateways/models"
domainGateways "RenewCMS/domain/gateways"
"RenewCMS/useCases"
"os"
"path/filepath"
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B