This website works better with JavaScript
Home
Explore
Help
Sign In
service-supports
/
ds-sdk
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改Bug
yjp
1 year ago
parent
1e41ec88c1
commit
0e97fab567
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
sdk/instance.go
+ 2
- 0
sdk/instance.go
View File
@@ -107,4 +107,6 @@ func DestroyInstance() error {
}
sdkInstance = nil
+
+ return nil
}