We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Version
1 parent 475ca83 commit f7ae1a9Copy full SHA for f7ae1a9
dropbox/sdk.go
@@ -38,7 +38,7 @@ const (
38
)
39
40
// Version returns the current SDK version and API Spec version
41
-func Version() (sdkVersion, specVersion string) {
+func Version() (string, string) {
42
return sdkVersion, specVersion
43
}
44
generator/go_rsrc/sdk.go
0 commit comments