Browse Source

修改bug

yjp19871013@126.com 3 years ago
parent
commit
f5b8f87e16
2 changed files with 0 additions and 11 deletions
  1. 0 8
      .idea/.gitignore
  2. 0 3
      dapr.go

+ 0 - 8
.idea/.gitignore

@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml

+ 0 - 3
dapr.go

@@ -1,9 +1,6 @@
 package dapr_client
 
-import "sync"
-
 var clientInstance *Client
-var initOnce sync.Once
 var clientTimeoutSec int64
 
 func InitDAPR(timeoutSec int64) {