瀏覽代碼

Merge branch 'hotfix/v4.9.16.1_ws' of qmx/jy into hotfix/v4.9.16.1

wangshan 1 年之前
父節點
當前提交
be9e9778ae
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/jfw/modules/publicapply/src/detail/restriction/restriction.go

+ 6 - 6
src/jfw/modules/publicapply/src/detail/restriction/restriction.go

@@ -1,16 +1,16 @@
 package restriction
 
 import (
-    "context"
-    "fmt"
-    "log"
-    "sync"
-    "time"
+	"context"
+	"fmt"
+	"log"
+	"sync"
+	"time"
 )
 
 var (
 	ReqLimitMap  = map[string]*ReqLimit{}
-	reqLimitLock *sync.Mutex
+	reqLimitLock = &sync.Mutex{}
 )
 
 type ReqLimit struct {