yjp19871013@126.com %!s(int64=3) %!d(string=hai) anos
pai
achega
f5b8f87e16
Modificáronse 2 ficheiros con 0 adicións e 11 borrados
  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) {