🎨解决template渲染时遇到转移字符问题

This commit is contained in:
coward
2024-03-08 10:43:22 +08:00
parent 4597a1d442
commit d41a6e9ba2
8 changed files with 769 additions and 8 deletions

5
global/global.go Normal file
View File

@@ -0,0 +1,5 @@
package global
import "sync"
type ServerConfigMap = sync.Map