First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
Showing only changes of commit 2d92d5fba7 - Show all commits

View File

@@ -4,7 +4,6 @@ import (
"net/http"
"net/http/httptest"
"nixcn-cms/config"
"os"
"testing"
"time"
@@ -14,7 +13,6 @@ import (
)
func init() {
os.Setenv("GO_ENV", "test")
config.Init()
}