瀏覽代碼

wip:招标基本信息

wangshan 1 年之前
父節點
當前提交
f22b0c831c
共有 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
 package restriction
 
 
 import (
 import (
-    "context"
-    "fmt"
-    "log"
-    "sync"
-    "time"
+	"context"
+	"fmt"
+	"log"
+	"sync"
+	"time"
 )
 )
 
 
 var (
 var (
 	ReqLimitMap  = map[string]*ReqLimit{}
 	ReqLimitMap  = map[string]*ReqLimit{}
-	reqLimitLock *sync.Mutex
+	reqLimitLock = &sync.Mutex{}
 )
 )
 
 
 type ReqLimit struct {
 type ReqLimit struct {